ESP-IDF
SLOT_CFG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
SLOT_CFG
SLOT_CFG macro
Syntax
Show:
Summary
Declaration
from
i2s_legacy.c:1341
#define
SLOT_CFG
(
m
)
p_i2s
[
i2s_num
]
->
slot_cfg
.
m
Arguments
Argument
m
Examples
References
from
examples
Code
Location
#define
SLOT_CFG
(
m
)
p_i2s
[
i2s_num
]
->
slot_cfg
.
m
i2s_legacy.c:1341
#undef
SLOT_CFG
i2s_legacy.c:1470
SLOT_CFG
(
std
)
.
ws_width
=
i2s_config
->
bits_per_sample
;
i2s_legacy.c:1363
SLOT_CFG
(
std
)
.
ws_pol
=
false
;
i2s_legacy.c:1364
SLOT_CFG
(
std
)
.
slot_mask
=
I2S_STD_SLOT_BOTH
;
i2s_legacy.c:1366
SLOT_CFG
(
std
)
.
slot_mask
=
I2S_STD_SLOT_LEFT
;
i2s_legacy.c:1369
SLOT_CFG
(
std
)
.
slot_mask
=
I2S_STD_SLOT_RIGHT
;
i2s_legacy.c:1371
SLOT_CFG
(
std
)
.
bit_shift
=
true
;
i2s_legacy.c:1374
SLOT_CFG
(
std
)
.
bit_shift
=
true
;
i2s_legacy.c:1377
SLOT_CFG
(
std
)
.
ws_width
=
1
;
i2s_legacy.c:1378
SLOT_CFG
(
std
)
.
ws_pol
=
true
;
i2s_legacy.c:1379
SLOT_CFG
(
std
)
.
msb_right
=
true
;
i2s_legacy.c:1382
SLOT_CFG
(
pdm_tx
)
.
sd_prescale
=
0
;
i2s_legacy.c:1396
SLOT_CFG
(
pdm_tx
)
.
sd_scale
=
I2S_PDM_SIG_SCALING_MUL_1
;
i2s_legacy.c:1397
SLOT_CFG
(
pdm_tx
)
.
hp_scale
=
I2S_PDM_SIG_SCALING_MUL_1
;
i2s_legacy.c:1398
SLOT_CFG
(
pdm_tx
)
.
lp_scale
=
I2S_PDM_SIG_SCALING_MUL_1
;
i2s_legacy.c:1399
SLOT_CFG
(
pdm_tx
)
.
sinc_scale
=
I2S_PDM_SIG_SCALING_MUL_1
;
i2s_legacy.c:1400
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