Searched refs:full_thrhd (Results 1 – 3 of 3) sorted by relevance
98 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd) in uart_hal_set_rxfifo_full_thr() argument100 uart_ll_set_rxfifo_full_thr(hal->dev, full_thrhd); in uart_hal_set_rxfifo_full_thr()
320 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd);
399 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() argument401 hw->conf1.rxfifo_full_thrhd = full_thrhd; in uart_ll_set_rxfifo_full_thr()