Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c73 #define UART_ENTER_CRITICAL(spinlock) esp_os_enter_critical(spinlock) macro
172 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_module_enable()
193 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_module_disable()
212 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_word_length()
229 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_stop_bits()
238 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_stop_bits()
247 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_parity()
256 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_parity()
272 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_set_baudrate()
288 UART_ENTER_CRITICAL(&(uart_context[uart_num].spinlock)); in uart_get_baudrate()
[all …]