Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Duart_hal.h392 void uart_hal_get_data_bit_num(uart_hal_context_t *hal, uart_word_length_t *data_bit);
/device/soc/esp/esp32/components/hal/
Duart_hal.c53 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
/device/soc/esp/esp32/components/driver/
Duart.c243 uart_hal_get_data_bit_num(&(uart_context[uart_num].hal), data_bit); in uart_get_word_length()