Searched refs:val32 (Results 1 – 1 of 1) sorted by relevance
492 uint32_t val32 = *(const uint32_t *)aligned_addr; in nrfx_nvmc_otp_halfword_read() local494 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