Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Duart_hal.c81 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd) in uart_hal_set_rxfifo_full_thr() argument
83 uart_ll_set_rxfifo_full_thr(hal->dev, full_thrhd); in uart_hal_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h312 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h366 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
368 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h410 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
412 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h435 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
437 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h396 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
398 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h435 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
437 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h454 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
456 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.h475 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
477 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->conf1, rxfifo_full_thrhd, full_thrhd); in uart_ll_set_rxfifo_full_thr()