Searched refs:uart_hal_get_intr_ena_status (Results 1 – 2 of 2) sorted by relevance
86 #define uart_hal_get_intr_ena_status(hal) uart_ll_get_intr_ena_status((hal)->dev) macro
1708 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()