Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_rramc.c87 NRFX_STATIC_INLINE bool fit_in_memory(uint32_t addr, bool uicr_allowed, uint32_t bytes) in fit_in_memory() function
118 NRFX_ASSERT(fit_in_memory(address, true, 1)); in nrfx_rramc_byte_write()
128 NRFX_ASSERT(fit_in_memory(address, true, num_bytes)); in nrfx_rramc_bytes_write()
137 NRFX_ASSERT(fit_in_memory(address, true, NRFY_RRAMC_BYTES_IN_WORD)); in nrfx_rramc_word_write()
148 NRFX_ASSERT(fit_in_memory(address, true, (num_words * NRFY_RRAMC_BYTES_IN_WORD))); in nrfx_rramc_words_write()