ESP-IDF
DAC_DMA_PERIPH_I2S_BIT_WIDTH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DAC_DMA_PERIPH_I2S_BIT_WIDTH
DAC_DMA_PERIPH_I2S_BIT_WIDTH macro
Syntax
Show:
Summary
Declaration
from
dac_dma.c:35
#define
DAC_DMA_PERIPH_I2S_BIT_WIDTH
16
Examples
References
from
examples
Code
Location
#define
DAC_DMA_PERIPH_I2S_BIT_WIDTH
16
// Fixed bit width, only the high 8 bits take effect
dac_dma.c:35
uint32_t
bclk_div
=
DAC_DMA_PERIPH_I2S_BIT_WIDTH
;
dac_dma.c:83
i2s_ll_tx_set_sample_bit
(
s_ddp
->
periph_dev
,
DAC_DMA_PERIPH_I2S_BIT_WIDTH
,
DAC_DMA_PERIPH_I2S_BIT_WIDTH
)
;
dac_dma.c:131
i2s_ll_tx_set_ws_width
(
s_ddp
->
periph_dev
,
DAC_DMA_PERIPH_I2S_BIT_WIDTH
)
;
dac_dma.c:135
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