Home
last modified time | relevance | path

Searched refs:uart_hal_get_data_bit_num (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h384 void uart_hal_get_data_bit_num(uart_hal_context_t *hal, uart_word_length_t *data_bit);
/hal_espressif-latest/components/hal/
Duart_hal.c36 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() function
/hal_espressif-latest/components/driver/uart/
Duart.c221 uart_hal_get_data_bit_num(&(uart_context[uart_num].hal), data_bit); in uart_get_word_length()