no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
common_data.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __COMMON_DATA_H__
34#define __COMMON_DATA_H__
35
36#include "parameters.h"
37#include "no_os_i2c.h"
38#include "no_os_gpio.h"
39#include "no_os_pwm.h"
40#include "adp1055.h"
41
42#define ADP1055_PMBUS_DEFAULT_ADDRESS 0x4B
43
47extern struct adp1055_init_param adp1055_ip;
48
49#endif /* __COMMON_DATA_H__ */
struct no_os_i2c_init_param adp1055_i2c_ip
Definition common_data.c:45
struct no_os_gpio_init_param adp1055_pg_alt_ip
Definition common_data.c:53
struct adp1055_init_param adp1055_ip
Definition common_data.c:61
struct no_os_uart_init_param adp1055_uart_ip
Definition common_data.c:35
Header file for the ADP1055 Driver.
Header file of GPIO Interface.
Header file of I2C Interface.
Header file of PWM Interface.
Initialization parameter for the ADP1055 device.
Definition adp1055.h:499
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