ESP-IDF
i2s_hal_init()
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_init()
i2s_hal_init() function
Init I2S hal context
Syntax
Show:
Summary
Declaration
Definition
from
i2s_hal.h:131
void
i2s_hal_init
(
i2s_hal_context_t
*
hal
,
int
port_id
)
;
Implemented in
i2s_hal.c:63
Arguments
Argument
Description
hal
Context of the HAL layer
port_id
The I2S port number, the max port number is (SOC_I2S_NUM -1)
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_std_set_tx_slot()
Set tx slot to standard mode
i2s_hal_std_set_rx_slot()
Set rx 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