no-OS
Loading...
Searching...
No Matches
no_os_platform.h
Go to the documentation of this file.
1/***************************************************************************/
36#ifndef NO_OS_PLATFORM_H_
37#define NO_OS_PLATFORM_H_
38
39#include "no_os_gpio.h"
40#include "no_os_spi.h"
41
51
58typedef struct no_os_hal_fileio {
59 char *data;
60 char *ptr, *start, *end;
62
63#endif /* NO_OS_PLATFORM_H_ */
struct no_os_hal_fileio CUSTOM_FILE
File I/O abstraction for profile/firmware loading.
Header file of GPIO Interface.
Header file of SPI Interface.
HAL configuration for no-OS ADRV903X platform.
Definition no_os_platform.h:46
struct no_os_gpio_desc * gpio_reset_n
Definition no_os_platform.h:48
int32_t logLevel
Definition no_os_platform.h:49
struct no_os_spi_desc * spi
Definition no_os_platform.h:47
Structure holding the GPIO descriptor.
Definition no_os_gpio.h:84
File I/O abstraction for profile/firmware loading.
Definition no_os_platform.h:58
char * data
Definition no_os_platform.h:59
char * start
Definition no_os_platform.h:60
char * ptr
Definition no_os_platform.h:60
char * end
Definition no_os_platform.h:60
Structure holding SPI descriptor.
Definition no_os_spi.h:180