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_i2c.h"
44 #include "no_os_gpio.h"
45 #include "no_os_pwm.h"
46 #include "adp1050.h"
47 
51 extern struct adp1050_init_param adp1050_ip;
52 
53 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
adp1050_i2c_ip
struct no_os_i2c_init_param adp1050_i2c_ip
Definition: common_data.c:51
adp1050_uart_ip
struct no_os_uart_init_param adp1050_uart_ip
Definition: common_data.c:41
adp1050_ip
struct adp1050_init_param adp1050_ip
Definition: common_data.c:67
adp1050.h
Header file for the ADP1050 Driver.
adp1050_pg_alt_ip
struct no_os_gpio_init_param adp1050_pg_alt_ip
Definition: common_data.c:59
no_os_i2c.h
Header file of I2C Interface.
no_os_pwm.h
Header file of PWM Interface.
no_os_i2c_init_param
Structure holding the parameters for I2C initialization.
Definition: no_os_i2c.h:70
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.
adp1050_init_param
Initialization parameter for the ADP1050 device.
Definition: adp1050.h:551