Home
last modified time | relevance | path

Searched refs:GPMEM (Results 1 – 7 of 7) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ipc.h191 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()
/hal_nordic-latest/nrfx/hal/
Dnrf_ipc.h482 p_reg->GPMEM[index] = data; in nrf_ipc_gpmem_set()
488 return p_reg->GPMEM[index]; in nrf_ipc_gpmem_get()
/hal_nordic-latest/nrfx/mdk/
Dnrf5340_network.h1400 …__IOM uint32_t GPMEM[2]; /*!< (@ 0x00000610) Description collection: General … member
Dnrf9120.h2463 …__IOM uint32_t GPMEM[4]; /*!< (@ 0x00000610) Description collection: General … member
Dnrf9160.h2422 …__IOM uint32_t GPMEM[4]; /*!< (@ 0x00000610) Description collection: General … member
Dnrf5340_application.h2602 …__IOM uint32_t GPMEM[2]; /*!< (@ 0x00000610) Description collection: General … member
/hal_nordic-latest/nrfx/
DCHANGELOG.md273 - Added nrfx_ipc_gpmem_get() function that is used to get data from the GPMEM register in IPC. It s…