no-OS
no_os_platform.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef NO_OS_PLATFORM_H_
40 #define NO_OS_PLATFORM_H_
41 
42 #define CONFIG_CF_AXI_ADC
43 
47  int32_t logLevel;
48 };
49 
50 #endif
adrv9025_hal_cfg::logLevel
int32_t logLevel
Definition: no_os_platform.h:47
adrv9025_hal_cfg::spi
struct no_os_spi_desc * spi
Definition: no_os_platform.h:45
adrv9025_hal_cfg::gpio_reset_n
struct no_os_gpio_desc * gpio_reset_n
Definition: no_os_platform.h:46
no_os_spi_desc
Structure holding SPI descriptor.
Definition: no_os_spi.h:177
no_os_gpio_desc
Structure holding the GPIO descriptor.
Definition: no_os_gpio.h:102
adrv9025_hal_cfg
Definition: no_os_platform.h:44