Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_nvmc.c492 uint32_t val32 = *(const uint32_t *)aligned_addr; in nrfx_nvmc_otp_halfword_read() local
494 return (nrfx_is_word_aligned((void const *)addr) ? (uint16_t)(val32) in nrfx_nvmc_otp_halfword_read()
495 : (uint16_t)(val32 >> 16)); in nrfx_nvmc_otp_halfword_read()

Completed in 3 milliseconds