no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __PARAMETERS_H__
40 #define __PARAMETERS_H__
41 
42 /* MAX42500 parameters */
43 #define MAX42500_I2C_DEVICE_ID (0)
44 #define MAX42500_I2C_CLK_SPEED (400000)
45 #define MAX42500_I2C_ADDR (MAX42500_ADDR(0))
46 #define MAX42500_EN0_PORT (2)
47 #define MAX42500_EN0_PIN (26)
48 #define MAX42500_EN1_PORT (2)
49 #define MAX42500_EN1_PIN (29)
50 #define MAX42500_ADDR_PORT (2)
51 #define MAX42500_ADDR_PIN (9)
52 #define MAX42500_ADDR_SEL (0)
53 #define MAX42500_PECE (NO_OS_BIT(0))
54 #define MAX42500_VMON_EN (NO_OS_BIT(MAX42500_VM1))
55 #define MAX42500_VMON_VMPD (NO_OS_BIT(7))
56 #define MAX42500_RESET_MAP (NO_OS_BIT(MAX42500_VM1) | \
57  NO_OS_BIT(7))
58 
60 extern const struct max_i2c_init_param max42500_i2c_ip;
61 extern const struct max_gpio_init_param max42500_gpio_extra;
62 
63 #endif /* __PARAMETERS_H__ */
max_i2c_init_param
Definition: maxim_i2c.h:58
uart_extra_ip
struct xil_uart_init_param uart_extra_ip
Definition: parameters.c:40
max42500_i2c_ip
const struct max_i2c_init_param max42500_i2c_ip
Definition: parameters.c:48
max_uart_init_param
Aditional UART config parameters.
Definition: maxim_uart.h:55
max_gpio_init_param
GPIO platform specific init parameters.
Definition: maxim_gpio.h:55
max42500_gpio_extra
const struct max_gpio_init_param max42500_gpio_extra
Definition: parameters.c:52