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_spi.h"
44 #include "no_os_gpio.h"
45 #include "no_os_pwm.h"
46 #include "ltc4296.h"
47 
50 extern struct ltc4296_init_param ltc4296_ip;
51 
52 #endif /* __COMMON_DATA_H__ */
ltc4296_ip
struct ltc4296_init_param ltc4296_ip
Definition: common_data.c:61
no_os_spi.h
Header file of SPI Interface.
ltc4296_uart_ip
struct no_os_uart_init_param ltc4296_uart_ip
Definition: common_data.c:41
ltc4296_init_param
Initialization Structure.
Definition: ltc4296.h:234
no_os_pwm.h
Header file of PWM Interface.
ltc4296_spi_ip
struct no_os_spi_init_param ltc4296_spi_ip
Definition: common_data.c:51
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
no_os_gpio.h
Header file of GPIO Interface.
ltc4296.h
Header file for the LTC4296 Driver.
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131