Searched refs:factoryAddress (Results 1 – 1 of 1) sorted by relevance
118 uint64_t factoryAddress; in nrf5_get_eui64() local140 factoryAddress = (uint64_t)deviceid[EUI64_ADDR_HIGH] << 32; in nrf5_get_eui64()141 factoryAddress |= deviceid[EUI64_ADDR_LOW]; in nrf5_get_eui64()144 factoryAddress = (uint64_t)EUI64_ADDR[EUI64_ADDR_HIGH] << 32; in nrf5_get_eui64()145 factoryAddress |= EUI64_ADDR[EUI64_ADDR_LOW]; in nrf5_get_eui64()147 memcpy(mac + index, &factoryAddress, sizeof(factoryAddress) - index); in nrf5_get_eui64()