no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __COMMON_DATA_H__
34 #define __COMMON_DATA_H__
35 
36 #include "platform_includes.h"
37 #include "max14919.h"
38 
41 extern struct no_os_gpio_init_param max14919_in_ip[4];
44 extern struct max14919_init_param max14919_ip;
45 
46 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
max14919_ip
struct max14919_init_param max14919_ip
Definition: common_data.c:100
max14919_fault_ip
struct no_os_gpio_init_param max14919_fault_ip
Definition: common_data.c:45
max14919_rev_ip
struct no_os_gpio_init_param max14919_rev_ip
Definition: common_data.c:92
max14919_init_param
Structure holding the MAX14919 initialization parameter.
Definition: max14919.h:59
max14919_in_rush_ip
struct no_os_gpio_init_param max14919_in_rush_ip
Definition: common_data.c:84
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max14919_in_ip
struct no_os_gpio_init_param max14919_in_ip[4]
Definition: common_data.c:53
max14919.h
Header file of MAX14919 Driver.
max14919_uart_ip
struct no_os_uart_init_param max14919_uart_ip
Definition: common_data.c:35