Home
last modified time | relevance | path

Searched refs:tx_short_sync (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h687 hw->conf.tx_short_sync = 0; in i2s_ll_tx_set_format_philips()
709 hw->conf.tx_short_sync = 0; in i2s_ll_tx_set_format_msb_align()
731 hw->conf.tx_short_sync = 1; in i2s_ll_tx_set_pcm_short()
753 hw->conf.tx_short_sync = 0; in i2s_ll_tx_set_pcm_long()
776 hw->conf.tx_short_sync = width == 1 ? 1 : 0; in i2s_ll_tx_set_ws_width()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h687 hw->conf.tx_short_sync = width == 1 ? 1 : 0; in i2s_ll_tx_set_ws_width()
1122 hw->conf.tx_short_sync = 0; in i2s_ll_enable_builtin_dac()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_struct.h31 …uint32_t tx_short_sync: 1; /*Set this bit to enable transmitter in PCM standard m… member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h31 uint32_t tx_short_sync: 1; member