Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ipc.h241 NRF_STATIC_INLINE uint32_t nrf_ipc_int_pending_get(NRF_IPC_Type const * p_reg);
421 NRF_STATIC_INLINE uint32_t nrf_ipc_int_pending_get(NRF_IPC_Type const * p_reg) in nrf_ipc_int_pending_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ipc.c179 uint32_t events_map = nrf_ipc_int_pending_get(NRF_IPC); in nrfx_ipc_irq_handler()