ESP-IDF + 0/2 examples
SourceVu will show references to i2s_std_slot_config_t from the following samples and libraries:
 
Symbols
loading (2/5)...
Files
loading (4/5)...
SummarySyntaxRelatedExamplesReferencesInstances

Fields

Field
Declared as
Description
I2S sample data bit width (valid data bits per sample).
I2S slot bit width (total bits per slot).
Set mono or stereo mode with I2S_SLOT_MODE_MONO or I2S_SLOT_MODE_STEREO In TX direction, mono means the written buffer contains only one slot data and stereo means the written buffer contains both left and right data.
Select the left, right or both slot.
uint32_t
WS signal width (i.e. the number of BCLK ticks that WS signal is high).
bool
WS signal polarity, set true to enable high lever first.
bool
Set to enable bit shift in Philips mode.
bool
Set to place right channel data at the MSB in the FIFO.