Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c92 NRF_UART_INT_MASK_ERROR | in interrupts_disable()
437 NRF_UART_INT_MASK_ERROR); in nrfx_uart_rx()
446 NRF_UART_INT_MASK_ERROR); in nrfx_uart_rx()
532 NRF_UART_INT_MASK_ERROR); in nrfx_uart_rx()
631 NRF_UART_INT_MASK_ERROR); in nrfx_uart_rx_abort()
639 if (nrf_uart_int_enable_check(p_uart, NRF_UART_INT_MASK_ERROR) && in irq_handler()
646 NRF_UART_INT_MASK_ERROR); in irq_handler()
687 NRF_UART_INT_MASK_ERROR); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h95 NRF_UART_INT_MASK_ERROR = UART_INTENCLR_ERROR_Msk, /**< Error detection interrupt. */ enumerator