Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c74 #define UART_EXIT_CRITICAL(spinlock) esp_os_exit_critical(spinlock) macro
188 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_module_enable()
200 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_module_disable()
214 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_word_length()
231 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_stop_bits()
240 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_stop_bits()
249 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_parity()
258 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_parity()
274 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_baudrate()
290 UART_EXIT_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_baudrate()
[all …]