Home
last modified time | relevance | path

Searched refs:rx_eof_num (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.7.0/components/soc/esp32c3/include/soc/
Di2s_struct.h300 …uint32_t rx_eof_num:12; /*the length of data to be received. It will trigger i2s_… member
304 } rx_eof_num; member
/hal_espressif-3.7.0/components/soc/esp32s3/include/soc/
Di2s_struct.h308 …uint32_t rx_eof_num : 12; /*The receive data bit length is (I2S_RX_BITS_MOD… member
312 } rx_eof_num; member
/hal_espressif-3.7.0/components/soc/esp32h2/include/soc/
Di2s_struct.h460 uint32_t rx_eof_num:12; member
1006 volatile i2s_rx_eof_num_reg_t rx_eof_num; member
/hal_espressif-3.7.0/components/soc/esp32c6/include/soc/
Di2s_struct.h460 uint32_t rx_eof_num:12; member
1008 volatile i2s_rx_eof_num_reg_t rx_eof_num; member
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Di2s_ll.h440 hw->rx_eof_num.rx_eof_num = eof_num; in i2s_ll_rx_set_eof_num()
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Di2s_ll.h455 hw->rx_eof_num.rx_eof_num = eof_num; in i2s_ll_rx_set_eof_num()
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Di2s_ll.h448 hw->rx_eof_num.rx_eof_num = eof_num; in i2s_ll_rx_set_eof_num()
/hal_espressif-3.7.0/components/hal/esp32c3/include/hal/
Di2s_ll.h439 hw->rx_eof_num.rx_eof_num = eof_num; in i2s_ll_rx_set_eof_num()
/hal_espressif-3.7.0/components/soc/esp32s2/include/soc/
Di2s_struct.h185 …uint32_t rx_eof_num; /*the length of data to be received. It will tri… member
/hal_espressif-3.7.0/components/soc/esp32/include/soc/
Di2s_struct.h167 uint32_t rx_eof_num; member
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Di2s_ll.h645 hw->rx_eof_num = eof_num; in i2s_ll_rx_set_eof_num()
/hal_espressif-3.7.0/components/hal/
Dadc_hal.c74 #define adc_ll_digi_dma_set_eof_num(dev, num) do {((i2s_dev_t *)(dev))->rx_eof_num = num…
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Di2s_ll.h611 hw->rx_eof_num = eof_num / 4; in i2s_ll_rx_set_eof_num()