Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c118 uint64_t factoryAddress; in nrf5_get_eui64() local
140 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()