Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h394 void uart_hal_get_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t *stop_bit);
/hal_espressif-latest/components/hal/
Duart_hal.c26 void uart_hal_get_stop_bits(uart_hal_context_t *hal, uart_stop_bits_t *stop_bit) in uart_hal_get_stop_bits() function
/hal_espressif-latest/components/driver/uart/
Duart.c239 uart_hal_get_stop_bits(&(uart_context[uart_num].hal), stop_bit); in uart_get_stop_bits()