Loading...
Searching...
No Matches
Go to the documentation of this file.
4#include <zephyr/sys/util.h>
7#define NO_INPLACE_INIT_SUPPORT
13#if defined(CONFIG_I2S)
17#if defined(CONFIG_DAC) || defined(CONFIG_ADC)
21#if IS_ENABLED(CONFIG_DAC)
22# define USE_ANALOG_DAC
25#if IS_ENABLED(CONFIG_ADC)
26# define USE_ANALOG_ADC
30#if defined(CONFIG_HEAP_MEM_POOL_SIZE) && CONFIG_HEAP_MEM_POOL_SIZE > 0
35#if defined(CONFIG_NETWORKING)