Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_nvmc.h209 NRF_STATIC_INLINE uint32_t nrf_nvmc_word_read(uint32_t address);
391 NRF_STATIC_INLINE uint32_t nrf_nvmc_word_read(uint32_t address) in nrf_nvmc_word_read() function
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_nvmc.h339 uint32_t value = nrf_nvmc_word_read((uint32_t)address); in nrfx_nvmc_uicr_word_read()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c380 uint32_t val_on_addr = nrf_nvmc_word_read(addr); in nrfx_nvmc_word_writable_check()
495 uint32_t val32 = nrf_nvmc_word_read(aligned_addr); in nrfx_nvmc_otp_halfword_read()