no-OS
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 "lt8722.h"
38 
43 extern struct lt8722_init_param lt8722_ip;
44 
45 #endif /* __COMMON_DATA_H__ */
no_os_gpio_init_param
Structure holding the parameters for GPIO initialization.
Definition: no_os_gpio.h:79
lt8722_ip
struct lt8722_init_param lt8722_ip
Definition: common_data.c:71
lt8722_init_param
Initialization parameter for the LT8722 device.
Definition: lt8722.h:362
lt8722.h
Header file for the LT8722 Driver.
lt8722_en_ip
struct no_os_gpio_init_param lt8722_en_ip
Definition: common_data.c:63
lt8722_uart_ip
struct no_os_uart_init_param lt8722_uart_ip
Definition: common_data.c:35
lt8722_swen_ip
struct no_os_gpio_init_param lt8722_swen_ip
Definition: common_data.c:55
no_os_uart_init_param
Structure holding the parameters for UART initialization.
Definition: no_os_uart.h:110
lt8722_spi_ip
struct no_os_spi_init_param lt8722_spi_ip
Definition: common_data.c:45
no_os_spi_init_param
Structure holding the parameters for SPI initialization.
Definition: no_os_spi.h:140