no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
35
36#include "maxim_irq.h"
37#include "maxim_i2c.h"
38#include "maxim_gpio.h"
39#include "maxim_uart.h"
40#include "maxim_uart_stdio.h"
41
42#define UART_DEVICE_ID 0
43#define UART_BAUDRATE 57600
44#define UART_OPS &max_uart_ops
45#define UART_EXTRA &adp1050_uart_extra
46
47#define GPIO_PG_ALT_PORT 0
48#define GPIO_PG_ALT_PIN 24
49#define GPIO_OPS &max_gpio_ops
50#define GPIO_EXTRA &adp1050_pg_alt_extra
51
52#define I2C_DEVICE_ID 0
53#define I2C_OPS &max_i2c_ops
54#define I2C_EXTRA &adp1050_i2c_extra
55
59
60#endif /* __PARAMETERS_H__ */
struct max_gpio_init_param adp1050_pg_alt_extra
Definition parameters.c:43
struct max_i2c_init_param adp1050_i2c_extra
Definition parameters.c:39
struct max_uart_init_param adp1050_uart_extra
Definition parameters.c:35
GPIO platform specific init parameters.
Definition maxim_gpio.h:55
Definition maxim_i2c.h:58
Aditional UART config parameters.
Definition maxim_uart.h:55