Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Duart_hal.h107 #define uart_hal_get_intr_ena_status(hal) uart_ll_get_intr_ena_status((hal)->dev) macro
/hal_espressif-latest/components/driver/uart/
Duart.c1092 …bool disabled = !(uart_hal_get_intr_ena_status(&(uart_context[uart_num].hal)) & UART_INTR_TX_DONE); in uart_wait_tx_done()
1683 if (uart_hal_get_intr_ena_status(&(uart_context[uart_num].hal)) & UART_INTR_RXFIFO_FULL) { in uart_set_rx_full_threshold()
1700 if (uart_hal_get_intr_ena_status(&(uart_context[uart_num].hal)) & UART_INTR_TXFIFO_EMPTY) { in uart_set_tx_empty_threshold()