Searched refs:IEEE802154_NRF5_VENDOR_OUI (Results 1 – 1 of 1) sorted by relevance
102 #define IEEE802154_NRF5_VENDOR_OUI CONFIG_IEEE802154_VENDOR_OUI macro104 #define IEEE802154_NRF5_VENDOR_OUI (uint32_t)0xF4CE36 macro125 mac[index++] = (IEEE802154_NRF5_VENDOR_OUI >> 16) & 0xff; in nrf5_get_eui64()126 mac[index++] = (IEEE802154_NRF5_VENDOR_OUI >> 8) & 0xff; in nrf5_get_eui64()127 mac[index++] = IEEE802154_NRF5_VENDOR_OUI & 0xff; in nrf5_get_eui64()