/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 248 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/ |
D | lp_i2c_struct.h | 411 uint32_t rxfifo_cnt:5; member
|
D | i2c_struct.h | 490 uint32_t rxfifo_cnt:6; member
|
D | lp_uart_struct.h | 828 uint32_t rxfifo_cnt:5; member
|
D | uart_struct.h | 938 uint32_t rxfifo_cnt:8; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uart_struct.h | 144 uint32_t rxfifo_cnt:10; member
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | i2c_struct.h | 420 uint32_t rxfifo_cnt:5; member
|
D | uart_struct.h | 144 …uint32_t rxfifo_cnt : 10; /*Stores the byte number of valid data in Rx-FIFO… member
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | i2c_struct.h | 499 uint32_t rxfifo_cnt:6; member
|
D | uart_struct.h | 886 uint32_t rxfifo_cnt:10; member
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | uart_struct.h | 150 …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/ |
D | i2c_struct.h | 490 uint32_t rxfifo_cnt:6; member
|
D | uart_struct.h | 888 uint32_t rxfifo_cnt:8; member
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | uart_struct.h | 143 … uint32_t rxfifo_cnt:10; /*Stores the byte number of valid data in Rx-FIFO.*/ member
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | i2c_ll.h | 452 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
|
D | uart_ll.h | 352 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 283 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | i2c_ll.h | 468 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
|
D | uart_ll.h | 327 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | i2c_ll.h | 471 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
|
D | uart_ll.h | 369 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/ |
D | i2c_ll.h | 471 *length = hw->sr.rxfifo_cnt; in i2c_ll_get_rxfifo_cnt()
|
D | uart_ll.h | 390 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/ |
D | uart_ll.h | 352 return hw->status.rxfifo_cnt; in uart_ll_get_rxfifo_len()
|