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 "ltc7871.h"
38
42extern struct ltc7871_init_param ltc7871_ip;
43#endif /* __COMMON_DATA_H__ */
struct no_os_gpio_init_param ltc7871_pwmen_ip
Definition common_data.c:55
struct no_os_spi_init_param ltc7871_spi_ip
Definition common_data.c:45
struct no_os_uart_init_param ltc7871_uart_ip
Definition common_data.c:35
struct ltc7871_init_param ltc7871_ip
Definition common_data.c:63
Header file for the LTC7871 Driver.
Initialization parameter for the LTC7871 device.
Definition ltc7871.h:205
Structure holding the parameters for GPIO initialization.
Definition no_os_gpio.h:67
Structure holding the parameters for SPI initialization.
Definition no_os_spi.h:128
Structure holding the parameters for UART initialization.
Definition no_os_uart.h:98