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 "no_os_spi.h"
38#include "no_os_gpio.h"
39#include "no_os_pwm.h"
40#include "ltc4296.h"
41
44extern struct ltc4296_init_param ltc4296_ip;
45
46#endif /* __COMMON_DATA_H__ */
struct ltc4296_init_param ltc4296_ip
Definition common_data.c:55
struct no_os_spi_init_param ltc4296_spi_ip
Definition common_data.c:45
struct no_os_uart_init_param ltc4296_uart_ip
Definition common_data.c:35
Header file for the LTC4296 Driver.
Header file of GPIO Interface.
Header file of PWM Interface.
Header file of SPI Interface.
Initialization Structure.
Definition ltc4296.h:218
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