39#ifndef NO_OS_PLATFORM_H_
40#define NO_OS_PLATFORM_H_
42#define CONFIG_CF_AXI_ADC
Definition no_os_platform.h:44
int32_t logLevel
Definition no_os_platform.h:47
struct no_os_spi_desc * spi
Definition no_os_platform.h:45
struct no_os_gpio_desc * gpio_reset_n
Definition no_os_platform.h:46
Structure holding the GPIO descriptor.
Definition no_os_gpio.h:84
File I/O abstraction for profile loading Required by no_os_platform.c for HAL implementation.
Definition no_os_platform.h:54
char * start
Definition no_os_platform.h:56
char * ptr
Definition no_os_platform.h:56
char * data
Definition no_os_platform.h:55
char * end
Definition no_os_platform.h:56
Structure holding SPI descriptor.
Definition no_os_spi.h:180