Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Duart_hal.c86 void uart_hal_set_txfifo_empty_thr(uart_hal_context_t *hal, uint32_t empty_thrhd) in uart_hal_set_txfifo_empty_thr() argument
88 uart_ll_set_txfifo_empty_thr(hal->dev, empty_thrhd); in uart_hal_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h323 void uart_hal_set_txfifo_empty_thr(uart_hal_context_t *hal, uint32_t empty_thrhd);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Duart_ll.h380 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
382 hw->conf1.txfifo_empty_thrhd = empty_thrhd; in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Duart_ll.h424 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
426 hw->conf1.txfifo_empty_thrhd = empty_thrhd; in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Duart_ll.h449 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
451 hw->conf1.txfifo_empty_thrhd = empty_thrhd; in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32/include/hal/
Duart_ll.h410 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
412 hw->conf1.txfifo_empty_thrhd = empty_thrhd; in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Duart_ll.h449 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
451 hw->conf1.txfifo_empty_thrhd = empty_thrhd; in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Duart_ll.h468 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
470 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->conf1, txfifo_empty_thrhd, empty_thrhd); in uart_ll_set_txfifo_empty_thr()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Duart_ll.h489 FORCE_INLINE_ATTR void uart_ll_set_txfifo_empty_thr(uart_dev_t *hw, uint16_t empty_thrhd) in uart_ll_set_txfifo_empty_thr() argument
491 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->conf1, txfifo_empty_thrhd, empty_thrhd); in uart_ll_set_txfifo_empty_thr()