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 "no_os_uart.h"
44 #include "no_os_util.h"
45 #include "no_os_delay.h"
46 #include "max42500.h"
47 
48 extern struct no_os_uart_init_param uart_ip;
49 
50 extern struct max42500_init_param max42500_ip;
51 
52 #endif /* __COMMON_DATA_H__ */
no_os_delay.h
Header file of Delay functions.
uart_ip
struct no_os_uart_init_param uart_ip
Definition: common_data.c:52
max42500_init_param
Initialization parameter for the device descriptor.
Definition: max42500.h:161
max42500_ip
struct max42500_init_param max42500_ip
Definition: common_data.c:55
max42500.h
Header file of MAX42500 Driver.
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
no_os_uart.h
Header file of UART interface.
no_os_util.h
Header file of utility functions.