no-OS
projects
adrv902x
src
common
hal
no_os_platform.h
Go to the documentation of this file.
1
/***************************************************************************/
33
#ifndef NO_OS_PLATFORM_H_
34
#define NO_OS_PLATFORM_H_
35
36
#define CONFIG_CF_AXI_ADC
37
38
struct
adrv9025_hal_cfg
{
39
struct
no_os_spi_desc
*
spi
;
40
struct
no_os_gpio_desc
*
gpio_reset_n
;
41
int32_t
logLevel
;
42
};
43
44
#endif
adrv9025_hal_cfg::logLevel
int32_t logLevel
Definition:
no_os_platform.h:41
adrv9025_hal_cfg::spi
struct no_os_spi_desc * spi
Definition:
no_os_platform.h:39
adrv9025_hal_cfg::gpio_reset_n
struct no_os_gpio_desc * gpio_reset_n
Definition:
no_os_platform.h:40
no_os_spi_desc
Structure holding SPI descriptor.
Definition:
no_os_spi.h:192
no_os_gpio_desc
Structure holding the GPIO descriptor.
Definition:
no_os_gpio.h:96
adrv9025_hal_cfg
Definition:
no_os_platform.h:38
Generated by
1.8.17