Lines Matching refs:uart_hal_context_t
11 void uart_hal_get_sclk(uart_hal_context_t *hal, uart_sclk_t *sclk) in uart_hal_get_sclk()
16 void uart_hal_get_baudrate(uart_hal_context_t *hal, uint32_t *baud_rate, uint32_t sclk_freq) in uart_hal_get_baudrate()
21 void uart_hal_set_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t stop_bit) in uart_hal_set_stop_bits()
26 void uart_hal_get_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t *stop_bit) in uart_hal_get_stop_bits()
31 void uart_hal_set_data_bit_num(uart_hal_context_t *hal, uart_word_length_t data_bit) in uart_hal_set_data_bit_num()
36 void uart_hal_get_data_bit_num(uart_hal_context_t *hal, uart_word_length_t *data_bit) in uart_hal_get_data_bit_num()
41 void uart_hal_set_parity(uart_hal_context_t *hal, uart_parity_t parity_mode) in uart_hal_set_parity()
46 void uart_hal_get_parity(uart_hal_context_t *hal, uart_parity_t *parity_mode) in uart_hal_get_parity()
51 void uart_hal_set_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t flow_ctrl, uint8_t rx… in uart_hal_set_hw_flow_ctrl()
56 void uart_hal_get_hw_flow_ctrl(uart_hal_context_t *hal, uart_hw_flowcontrol_t *flow_ctrl) in uart_hal_get_hw_flow_ctrl()
61 void uart_hal_set_sw_flow_ctrl(uart_hal_context_t *hal, uart_sw_flowctrl_t *flow_ctrl, bool sw_flow… in uart_hal_set_sw_flow_ctrl()
66 void uart_hal_set_at_cmd_char(uart_hal_context_t *hal, uart_at_cmd_t *at_cmd) in uart_hal_set_at_cmd_char()
71 void uart_hal_set_tx_idle_num(uart_hal_context_t *hal, uint16_t idle_num) in uart_hal_set_tx_idle_num()
76 void uart_hal_set_dtr(uart_hal_context_t *hal, int active_level) in uart_hal_set_dtr()
81 void uart_hal_set_rxfifo_full_thr(uart_hal_context_t *hal, uint32_t full_thrhd) in uart_hal_set_rxfifo_full_thr()
86 void uart_hal_set_txfifo_empty_thr(uart_hal_context_t *hal, uint32_t empty_thrhd) in uart_hal_set_txfifo_empty_thr()
91 void uart_hal_set_wakeup_thrd(uart_hal_context_t *hal, uint32_t wakeup_thrd) in uart_hal_set_wakeup_thrd()
96 void uart_hal_get_wakeup_thrd(uart_hal_context_t *hal, uint32_t *wakeup_thrd) in uart_hal_get_wakeup_thrd()
101 void uart_hal_set_mode(uart_hal_context_t *hal, uart_mode_t mode) in uart_hal_set_mode()
106 bool uart_hal_is_mode_rs485_half_duplex(uart_hal_context_t *hal) in uart_hal_is_mode_rs485_half_duplex()
111 bool uart_hal_is_hw_rts_en(uart_hal_context_t *hal) in uart_hal_is_hw_rts_en()
116 void uart_hal_inverse_signal(uart_hal_context_t *hal, uint32_t inv_mask) in uart_hal_inverse_signal()
121 void uart_hal_set_loop_back(uart_hal_context_t *hal, bool loop_back_en) in uart_hal_set_loop_back()
126 void uart_hal_init(uart_hal_context_t *hal, uart_port_t uart_num) in uart_hal_init()
142 uint8_t uart_hal_get_symb_len(uart_hal_context_t *hal) in uart_hal_get_symb_len()
157 void uart_hal_set_rx_timeout(uart_hal_context_t *hal, const uint8_t tout) in uart_hal_set_rx_timeout()
163 uint16_t uart_hal_get_max_rx_timeout_thrd(uart_hal_context_t *hal) in uart_hal_get_max_rx_timeout_thrd()
170 int8_t uart_hal_get_port_num(uart_hal_context_t *hal) in uart_hal_get_port_num()