Searched refs:mem_index (Results 1 – 1 of 1) sorted by relevance
99 NRFX_STATIC_INLINE void nrfx_ipc_gpmem_set(uint8_t mem_index, uint32_t data);108 NRFX_STATIC_INLINE uint32_t nrfx_ipc_mem_get(uint8_t mem_index);178 NRFX_STATIC_INLINE void nrfx_ipc_gpmem_set(uint8_t mem_index, uint32_t data) in nrfx_ipc_gpmem_set() argument180 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_gpmem_set()181 nrf_ipc_gpmem_set(NRF_IPC, mem_index, data); in nrfx_ipc_gpmem_set()184 NRFX_STATIC_INLINE uint32_t nrfx_ipc_mem_get(uint8_t mem_index) in nrfx_ipc_mem_get() argument186 NRFX_ASSERT(mem_index < NRFX_ARRAY_SIZE(NRF_IPC->GPMEM)); in nrfx_ipc_mem_get()187 return nrf_ipc_gpmem_get(NRF_IPC, mem_index); in nrfx_ipc_mem_get()
Completed in 2 milliseconds