no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
48extern struct no_os_uart_init_param uart_ip;
49
51
52#endif /* __COMMON_DATA_H__ */
struct no_os_uart_init_param uart_ip
Definition common_data.c:52
struct max42500_init_param max42500_ip
Definition common_data.c:55
Header file of MAX42500 Driver.
Header file of Delay functions.
Header file of UART interface.
Header file of utility functions.
Initialization parameter for the device descriptor.
Definition max42500.h:161
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98