33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
36#include "parameters.h"
struct no_os_i2c_init_param adp1050_i2c_ip
Definition common_data.c:45
struct no_os_uart_init_param adp1050_uart_ip
Definition common_data.c:35
struct adp1050_init_param adp1050_ip
Definition common_data.c:61
struct no_os_gpio_init_param adp1050_pg_alt_ip
Definition common_data.c:53
Header file for the ADP1050 Driver.
Header file of GPIO Interface.
Header file of I2C Interface.
Header file of PWM Interface.
Initialization parameter for the ADP1050 device.
Definition adp1050.h:680
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for I2C initialization.
Definition no_os_i2c.h:52
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98