no-OS
common_data.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __COMMON_DATA_H__
40 #define __COMMON_DATA_H__
41 
42 #include "platform_includes.h"
43 #include "lt8722.h"
44 
49 extern struct lt8722_init_param lt8722_ip;
50 
51 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:85
lt8722_ip
struct lt8722_init_param lt8722_ip
Definition: common_data.c:77
lt8722_init_param
Initialization parameter for the LT8722 device.
Definition: lt8722.h:368
lt8722.h
Header file for the LT8722 Driver.
lt8722_en_ip
struct no_os_gpio_init_param lt8722_en_ip
Definition: common_data.c:69
lt8722_uart_ip
struct no_os_uart_init_param lt8722_uart_ip
Definition: common_data.c:41
lt8722_swen_ip
struct no_os_gpio_init_param lt8722_swen_ip
Definition: common_data.c:61
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:116
lt8722_spi_ip
struct no_os_spi_init_param lt8722_spi_ip
Definition: common_data.c:51
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:131