no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 #include "platform_includes.h"
43 #include "max14919.h"
44 
47 extern struct no_os_gpio_init_param max14919_in_ip[4];
50 extern struct max14919_init_param max14919_ip;
51 
52 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
max14919_ip
struct max14919_init_param max14919_ip
Definition: common_data.c:106
max14919_fault_ip
struct no_os_gpio_init_param max14919_fault_ip
Definition: common_data.c:51
max14919_rev_ip
struct no_os_gpio_init_param max14919_rev_ip
Definition: common_data.c:98
max14919_init_param
Structure holding the MAX14919 initialization parameter.
Definition: max14919.h:65
max14919_in_rush_ip
struct no_os_gpio_init_param max14919_in_rush_ip
Definition: common_data.c:90
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
max14919_in_ip
struct no_os_gpio_init_param max14919_in_ip[4]
Definition: common_data.c:59
max14919.h
Header file of MAX14919 Driver.
max14919_uart_ip
struct no_os_uart_init_param max14919_uart_ip
Definition: common_data.c:41