ESP-IDF
i2s_hal_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
i2s_hal_context_t
i2s_hal_context_t struct
Context that should be maintained by both the driver and the HAL
Syntax
Show:
Summary
Declaration
from
i2s_hal.h:121
typedef
struct
{
i2s_dev_t
*
dev
;
}
i2s_hal_context_t
;
Fields
Field
Declared as
Description
i2s_hal_context_t::dev
i2s_dev_t
*
I2S instance address.
Related Functions
Found 11 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_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