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 "max14914.h"
38 
45 extern struct max14914_init_param max14914_ip;
46 
47 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
max14914_di_en_ip
struct no_os_gpio_init_param max14914_di_en_ip
Definition: common_data.c:61
max14914_fault_ip
struct no_os_gpio_init_param max14914_fault_ip
Definition: common_data.c:45
max14914_pp_ip
struct no_os_gpio_init_param max14914_pp_ip
Definition: common_data.c:77
max14914_uart_ip
struct no_os_uart_init_param max14914_uart_ip
Definition: common_data.c:35
max14914_in_ip
struct no_os_gpio_init_param max14914_in_ip
Definition: common_data.c:69
max14914_init_param
Structure holding the MAX14914 initialization parameter.
Definition: max14914.h:64
max14914_ip
struct max14914_init_param max14914_ip
Definition: common_data.c:85
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
max14914.h
Header file of MAX14914 Driver.
max14914_doilvl_ip
struct no_os_gpio_init_param max14914_doilvl_ip
Definition: common_data.c:53