Home
last modified time | relevance | path

Searched refs:rxfifo_full_thrhd (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Duart_struct.h192 uint32_t rxfifo_full_thrhd: 9; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Duart_struct.h199 …uint32_t rxfifo_full_thrhd: 7; /*When receiver receives more data than its threshold valu… member
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Duart_struct.h191 …uint32_t rxfifo_full_thrhd: 9; /*It will produce rxfifo_full_int interrupt when recei… member
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Duart_struct.h192 …uint32_t rxfifo_full_thrhd : 9; /*It will produce rxfifo_full_int interrupt when r… member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dlp_uart_struct.h534 uint32_t rxfifo_full_thrhd:5; member
Duart_struct.h607 uint32_t rxfifo_full_thrhd:8; member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Duart_struct.h638 uint32_t rxfifo_full_thrhd:10; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Duart_struct.h607 uint32_t rxfifo_full_thrhd:8; member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h368 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h412 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h437 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h398 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h437 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h456 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->conf1, rxfifo_full_thrhd, full_thrhd); in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h477 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->conf1, rxfifo_full_thrhd, full_thrhd); in uart_ll_set_rxfifo_full_thr()