no-OS
Loading...
Searching...
No Matches
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
49
54typedef struct no_os_hal_fileio {
55 char *data;
56 char *ptr, *start, *end;
58
59#endif
struct no_os_hal_fileio CUSTOM_FILE
File I/O abstraction for profile loading Required by no_os_platform.c for HAL implementation.
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