ESP-IDF
I2S_LL_GET_HW
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
I2S_LL_GET_HW
I2S_LL_GET_HW macro
Syntax
Show:
Summary
Declaration
from
i2s_ll.h:31
#define
I2S_LL_GET_HW
(
num
)
(
(
(
num
)
==
0
)
?
(
&
I2S0
)
:
(
(
(
num
)
==
1
)
?
(
&
I2S1
)
:
NULL
)
)
Arguments
Argument
num
Examples
References
from
examples
Code
Location
#define
I2S_LL_GET_HW
(
num
)
(
(
(
num
)
==
0
)
?
(
&
I2S0
)
:
(
(
(
num
)
==
1
)
?
(
&
I2S1
)
:
NULL
)
)
i2s_ll.h:31
adc_dma
->
adc_i2s_dev
=
I2S_LL_GET_HW
(
ADC_DMA_I2S_HOST
)
;
adc_dma.c:58
s_adc_digi_ctx
->
adc_i2s_dev
=
I2S_LL_GET_HW
(
ADC_DMA_I2S_HOST
)
;
adc_dma_legacy.c:346
i2s_dev_t
*
adc_hal_i2s_dev
=
I2S_LL_GET_HW
(
ADC_HAL_DMA_I2S_HOST
)
;
adc_hal.c:27
s_ddp
->
periph_dev
=
(
void
*
)
I2S_LL_GET_HW
(
DAC_DMA_PERIPH_I2S_NUM
)
;
dac_dma.c:120
hal
->
dev
=
I2S_LL_GET_HW
(
port_id
)
;
i2s_hal.c:66
i2s_ll_enable_core_clock
(
I2S_LL_GET_HW
(
id
)
,
true
)
;
i2s_platform.c:47
i2s_ll_enable_core_clock
(
I2S_LL_GET_HW
(
id
)
,
false
)
;
i2s_platform.c:91
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out