Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h698 hw->conf.rx_short_sync = 0; in i2s_ll_rx_set_format_philips()
720 hw->conf.rx_short_sync = 0; in i2s_ll_rx_set_format_msb_align()
742 hw->conf.rx_short_sync = 1; in i2s_ll_rx_set_pcm_short()
764 hw->conf.rx_short_sync = 0; in i2s_ll_rx_set_pcm_long()
787 hw->conf.rx_short_sync = width == 1 ? 1 : 0; in i2s_ll_rx_set_ws_width()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h698 hw->conf.rx_short_sync = width == 1 ? 1 : 0; in i2s_ll_rx_set_ws_width()
1105 hw->conf.rx_short_sync = 0; in i2s_ll_enable_builtin_adc()
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_struct.h32 …uint32_t rx_short_sync: 1; /*Set this bit to enable receiver in PCM standard mode… member
/hal_espressif-latest/components/soc/esp32/include/soc/
Di2s_struct.h32 uint32_t rx_short_sync: 1; member