Home
last modified time | relevance | path

Searched refs:full_thrhd (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/hal/
Duart_hal.c98 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd) in uart_hal_set_rxfifo_full_thr() argument
100 uart_ll_set_rxfifo_full_thr(hal->dev, full_thrhd); in uart_hal_set_rxfifo_full_thr()
/device/soc/esp/esp32/components/hal/include/hal/
Duart_hal.h320 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd);
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Duart_ll.h399 FORCE_INLINE_ATTR void uart_ll_set_rxfifo_full_thr(uart_dev_t *hw, uint16_t full_thrhd) in uart_ll_set_rxfifo_full_thr() argument
401 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()