Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_nvmc.c495 uint32_t val32 = nrf_nvmc_word_read(aligned_addr); in nrfx_nvmc_otp_halfword_read() local
497 return (nrfx_is_word_aligned((void const *)addr) ? (uint16_t)(val32) in nrfx_nvmc_otp_halfword_read()
498 : (uint16_t)(val32 >> 16)); in nrfx_nvmc_otp_halfword_read()
/hal_nordic-latest/nrfx/haly/
Dnrfy_rramc.h363 uint32_t val32 = NRF_UICR->OTP[index]; in nrfy_rramc_otp_word_read() local
365 return val32; in nrfy_rramc_otp_word_read()