Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/include/hal/
Duart_hal.h86 #define uart_hal_get_intr_ena_status(hal) uart_ll_get_intr_ena_status((hal)->dev) macro
/hal_espressif-3.5.0/components/driver/
Duart.c1708 if (uart_hal_get_intr_ena_status(&(uart_context[uart_num].hal)) & UART_INTR_RXFIFO_FULL) { in uart_set_rx_full_threshold()
1725 if (uart_hal_get_intr_ena_status(&(uart_context[uart_num].hal)) & UART_INTR_TXFIFO_EMPTY) { in uart_set_tx_empty_threshold()