Go to the documentation of this file.
39 #ifndef __PARAMETERS_H__
40 #define __PARAMETERS_H__
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) | \
Definition: maxim_i2c.h:58
Aditional UART config parameters.
Definition: maxim_uart.h:55
GPIO platform specific init parameters.
Definition: maxim_gpio.h:55