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 "no_os_i2c.h"
38 #include "no_os_gpio.h"
39 #include "no_os_pwm.h"
40 #include "adp1050.h"
41 
45 extern struct adp1050_init_param adp1050_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
adp1050_i2c_ip
struct no_os_i2c_init_param adp1050_i2c_ip
Definition: common_data.c:45
adp1050_uart_ip
struct no_os_uart_init_param adp1050_uart_ip
Definition: common_data.c:35
adp1050_ip
struct adp1050_init_param adp1050_ip
Definition: common_data.c:61
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:53
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:64
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
no_os_gpio.h
Header file of GPIO Interface.
adp1050_init_param
Initialization parameter for the ADP1050 device.
Definition: adp1050.h:545