Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h224 NRF_STATIC_INLINE uint32_t nrf_uart_int_enable_check(NRF_UART_Type const * p_reg, uint32_t mask);
440 NRF_STATIC_INLINE uint32_t nrf_uart_int_enable_check(NRF_UART_Type const * p_reg, uint32_t mask) in nrf_uart_int_enable_check() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c639 if (nrf_uart_int_enable_check(p_uart, NRF_UART_INT_MASK_ERROR) && in irq_handler()
662 else if (nrf_uart_int_enable_check(p_uart, NRF_UART_INT_MASK_RXDRDY) && in irq_handler()