ESP-IDF
i2s_hal_std_set_rx_slot()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_hal_std_set_rx_slot()
i2s_hal_std_set_rx_slot() function
Set rx slot to standard mode
Syntax
Show:
Summary
Declaration
Definition
from
i2s_hal.h:201
void
i2s_hal_std_set_rx_slot
(
i2s_hal_context_t
*
hal
,
bool
is_slave
,
const
i2s_hal_slot_config_t
*
slot_cfg
)
;
Implemented in
i2s_hal.c:173
Arguments
Argument
Description
hal
Context of the HAL layer
is_slave
If is slave role
slot_cfg
Related Functions
Found 10 other functions taking a
i2s_hal_context_t
argument:
Function
Description
i2s_hal_set_tx_clock()
Set tx channel clock
_i2s_hal_set_rx_clock()
Set rx channel clock
i2s_hal_init()
Init I2S hal context
i2s_hal_std_set_tx_slot()
Set tx slot to standard mode
i2s_hal_pdm_set_tx_slot()
Set tx slot to pdm mode
i2s_hal_pdm_set_rx_slot()
Set rx slot to pdm mode
i2s_hal_std_enable_tx_channel()
Enable tx channel as standard mode
i2s_hal_std_enable_rx_channel()
Enable rx channel as standard mode
i2s_hal_pdm_enable_tx_channel()
Enable tx channel as pdm mode
i2s_hal_pdm_enable_rx_channel()
Enable rx channel as pdm mode
Examples
References
from
examples
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