ESP-IDF
i2s_gpio_check_and_set()
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_gpio_check_and_set()
i2s_gpio_check_and_set() function
Check gpio validity and attach to corresponding signal
Syntax
Show:
Summary
Declaration
Definition
from
i2s_private.h:293
void
i2s_gpio_check_and_set
(
i2s_chan_handle_t
handle
,
int
gpio
,
uint32_t
signal_idx
,
bool
is_input
,
bool
is_invert
)
;
Implemented in
i2s_common.c:872
Arguments
Argument
Description
handle
I2S channel handle
gpio
GPIO number
signal_idx
Signal index
is_input
Is input gpio
is_invert
Is invert gpio
Related Functions
Found 47 other functions taking a
i2s_channel_obj_t
argument:
Function
Description
i2s_channel_enable()
Enable the I2S channel
i2s_new_channel()
Allocate new I2S channel(s)
i2s_channel_disable()
Disable the I2S channel
i2s_del_channel()
Delete the I2S channel
i2s_channel_write()
I2S write data
i2s_channel_init_std_mode()
Initialize I2S channel to standard mode
i2s_free_dma_desc()
Free I2S DMA descriptor and DMA buffer
i2s_output_gpio_revoke()
Revoke the GPIO that configured as I2S output signal
i2s_channel_read()
I2S read data
i2s_init_dma_intr()
Initialize I2S DMA interrupt
i2s_output_gpio_reserve()
Reserve the GPIO that configured as I2S output signal
i2s_get_buf_size()
Get DMA buffer size
i2s_alloc_dma_desc()
Allocate memory for I2S DMA descriptor and DMA buffer
i2s_channel_preload_data()
Preload the data into TX DMA buffer
i2s_std_set_clock()
i2s_channel_reconfig_std_clock()
Reconfigure the I2S clock for standard mode
i2s_channel_reconfig_std_slot()
Reconfigure the I2S slot for standard mode
i2s_pdm_rx_set_clock()
i2s_pdm_tx_set_clock()
s_i2s_get_pair_chan_gpio_mask()
i2s_dma_calloc()
i2s_gpio_loopback_set()
Attach data out signal and data in signal to a same gpio
i2s_check_set_mclk()
Check gpio validity and output mclk signal
i2s_std_set_slot()
i2s_std_set_gpio()
i2s_pdm_rx_set_slot()
i2s_pdm_rx_set_gpio()
i2s_channel_init_pdm_rx_mode()
Initialize I2S channel to PDM RX mode
i2s_pdm_tx_set_slot()
i2s_pdm_tx_set_gpio()
i2s_channel_init_pdm_tx_mode()
Initialize I2S channel to PDM TX mode
i2s_channel_register_event_callback()
Set event callbacks for I2S channel
i2s_tx_channel_start()
i2s_rx_channel_start()
i2s_tx_channel_stop()
i2s_rx_channel_stop()
i2s_channel_get_info()
Get I2S channel information
i2s_channel_reconfig_std_gpio()
Reconfigure the I2S GPIO for standard mode
i2s_std_calculate_clock()
i2s_channel_reconfig_pdm_rx_clock()
Reconfigure the I2S clock for PDM RX mode
i2s_pdm_rx_calculate_clock()
i2s_channel_reconfig_pdm_tx_gpio()
Reconfigure the I2S GPIO for PDM TX mode
i2s_pdm_tx_calculate_clock()
i2s_channel_reconfig_pdm_tx_clock()
Reconfigure the I2S clock for PDM TX mode
i2s_channel_reconfig_pdm_tx_slot()
Reconfigure the I2S slot for PDM TX mode
i2s_channel_reconfig_pdm_rx_gpio()
Reconfigure the I2S GPIO for PDM RX mode
i2s_channel_reconfig_pdm_rx_slot()
Reconfigure the I2S slot for PDM RX 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