Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c57 NRFX_STATIC_INLINE uint32_t total_memory_size_get(void) in total_memory_size_get() function
71 if ((addr - NRFY_RRAMC_RRAM_BASE_ADDRESS) < total_memory_size_get()) in is_valid_address()
89 if ((addr - NRFY_RRAMC_RRAM_BASE_ADDRESS + bytes) < total_memory_size_get()) in fit_in_memory()
261 return total_memory_size_get(); in nrfx_rramc_memory_size_get()