Searched refs:fifo_cnt (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | uart_ll.h | 243 uint16_t fifo_cnt; in uart_ll_rxfifo_rst() local 248 fifo_cnt = HAL_FORCE_READ_U32_REG_FIELD(hw->status, rxfifo_cnt); in uart_ll_rxfifo_rst() 250 if(fifo_cnt != 0 || (rxmem_sta.rd_addr != rxmem_sta.wr_addr)) { 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() local 298 len = fifo_cnt > 0 ? 128 : 0; in uart_ll_get_rxfifo_len()
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | cache.h | 127 uint32_t fifo_cnt: 3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member 138 uint32_t fifo_cnt: 2; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | cache.h | 108 uint32_t fifo_cnt:3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 92 uint32_t fifo_cnt:3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 96 uint32_t fifo_cnt:3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 108 uint32_t fifo_cnt:3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 91 …uint32_t fifo_cnt:3; /*!< fifo cnt, 0 ~ 3 for 4 ways cache, 0 ~ 7 for 8 ways cache … member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | uhci_struct.h | 228 uint32_t fifo_cnt: 5; member
|