Home
last modified time | relevance | path

Searched refs:rxfifo_cnt (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h248 fifo_cnt = HAL_FORCE_READ_U32_REG_FIELD(hw->status, rxfifo_cnt); in uart_ll_rxfifo_rst()
286 uint32_t fifo_cnt = HAL_FORCE_READ_U32_REG_FIELD(hw->status, rxfifo_cnt); in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_i2c_struct.h411 uint32_t rxfifo_cnt:5; member
Di2c_struct.h490 uint32_t rxfifo_cnt:6; member
Dlp_uart_struct.h828 uint32_t rxfifo_cnt:5; member
Duart_struct.h938 uint32_t rxfifo_cnt:8; member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h144 uint32_t rxfifo_cnt:10; member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Di2c_struct.h420 uint32_t rxfifo_cnt:5; member
Duart_struct.h144 …uint32_t rxfifo_cnt : 10; /*Stores the byte number of valid data in Rx-FIFO… member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Di2c_struct.h499 uint32_t rxfifo_cnt:6; member
Duart_struct.h886 uint32_t rxfifo_cnt:10; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h150 …uint32_t rxfifo_cnt: 8; /*(rx_mem_cnt rxfifo_cnt) stores the byte number of valid … member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Di2c_struct.h490 uint32_t rxfifo_cnt:6; member
Duart_struct.h888 uint32_t rxfifo_cnt:8; member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h143 … uint32_t rxfifo_cnt:10; /*Stores the byte number of valid data in Rx-FIFO.*/ member
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Di2c_ll.h452 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
Duart_ll.h352 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h283 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Di2c_ll.h468 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
Duart_ll.h327 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Di2c_ll.h471 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
Duart_ll.h369 return HAL_FORCE_READ_U32_REG_FIELD(hw->status, rxfifo_cnt); in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Di2c_ll.h471 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
Duart_ll.h390 return HAL_FORCE_READ_U32_REG_FIELD(hw->status, rxfifo_cnt); in uart_ll_get_rxfifo_len()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h352 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()