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 "platform_includes.h"
37#include "ltc2672.h"
38
41extern struct ltc2672_init_param ltc2672_ip;
42
43#endif /* __COMMON_DATA_H__ */
struct ltc2672_init_param ltc2672_ip
Definition common_data.c:56
struct no_os_spi_init_param ltc2672_spi_ip
Definition common_data.c:46
struct no_os_uart_init_param ltc2672_uart_ip
Definition common_data.c:36
Header file of ltc2672 Driver.
Structure holding the parameters for ltc2672 initialization.
Definition ltc2672.h:190
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