Searched refs:GPMEM (Results 1 – 7 of 7) sorted by relevance
191 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_set()197 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_get()
482 p_reg->GPMEM[index] = data; in nrf_ipc_gpmem_set()488 return p_reg->GPMEM[index]; in nrf_ipc_gpmem_get()
1400 …__IOM uint32_t GPMEM[2]; /*!< (@ 0x00000610) Description collection: General … member
2463 …__IOM uint32_t GPMEM[4]; /*!< (@ 0x00000610) Description collection: General … member
2422 …__IOM uint32_t GPMEM[4]; /*!< (@ 0x00000610) Description collection: General … member
2602 …__IOM uint32_t GPMEM[2]; /*!< (@ 0x00000610) Description collection: General … member
273 - Added nrfx_ipc_gpmem_get() function that is used to get data from the GPMEM register in IPC. It s…