Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_ipc.h336 NRF_STATIC_INLINE uint32_t nrf_ipc_receive_config_get(NRF_IPC_Type * const p_reg, uint8_t index);
472 NRF_STATIC_INLINE uint32_t nrf_ipc_receive_config_get(NRF_IPC_Type * const p_reg, uint8_t index) in nrf_ipc_receive_config_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ipc.c158 channel_bitmask |= nrf_ipc_receive_config_get(NRF_IPC, event_index); in nrfx_ipc_receive_event_channel_assign()