Searched refs:EUI64_ADDR (Results 1 – 1 of 1) sorted by relevance
73 #define EUI64_ADDR (NRF_UICR->OTP) macro76 #define EUI64_ADDR (NRF_UICR->CUSTOMER) macro129 factoryAddress = (uint64_t)EUI64_ADDR[EUI64_ADDR_HIGH] << 32; in nrf5_get_eui64()130 factoryAddress |= EUI64_ADDR[EUI64_ADDR_LOW]; in nrf5_get_eui64()