Searched refs:empty_thrhd (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | uart_hal.c | 86 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/ |
D | uart_hal.h | 323 void uart_hal_set_txfifo_empty_thr(uart_hal_context_t *hal, uint32_t empty_thrhd);
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | uart_ll.h | 380 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/ |
D | uart_ll.h | 424 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/ |
D | uart_ll.h | 449 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/ |
D | uart_ll.h | 410 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/ |
D | uart_ll.h | 449 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/ |
D | uart_ll.h | 468 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/ |
D | uart_ll.h | 489 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()
|