Home
last modified time | relevance | path

Searched full:eui64 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/drivers/ieee802154/
DKconfig.nrf542 bool "Support usage of EUI64 value stored in UICR registers"
46 This option enables setting custom vendor EUI64 value
48 Notice that this disables the default setting of EUI64
55 int "UICR base register for the EUI64 value"
61 section in which custom EUI64 is stored.
/Zephyr-latest/tests/net/iface/
Dtestcase.yaml9 net.iface.iid.eui64:
/Zephyr-latest/drivers/hdlc_rcp_if/
Dhdlc_rcp_if_nxp.c53 otExtAddress eui64; in hdlc_iface_init() local
61 otPlatRadioGetIeeeEui64(ctx->ot_context->instance, eui64.m8); in hdlc_iface_init()
62 net_if_set_link_addr(iface, eui64.m8, OT_EXT_ADDRESS_SIZE, NET_LINK_IEEE802154); in hdlc_iface_init()
Dhdlc_rcp_if_uart.c138 otExtAddress eui64; in hdlc_iface_init() local
154 otPlatRadioGetIeeeEui64(ctx->ot_context->instance, eui64.m8); in hdlc_iface_init()
155 net_if_set_link_addr(iface, eui64.m8, OT_EXT_ADDRESS_SIZE, in hdlc_iface_init()
/Zephyr-latest/include/zephyr/drivers/
Dhwinfo.h99 * @brief Copy the device EUI64 to a buffer
101 * This routine copies the device EUI64 (8 bytes) to the buffer.
102 * The EUI64 depends on the hardware and is guaranteed unique.
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_shell.c57 shell_fprintf(sh, SHELL_NORMAL, "EUI64: 0x"); in cmd_get_device_eui64()
218 SHELL_CMD_ARG(deveui64, NULL, "Show device eui64", cmd_get_device_eui64, 1, 0),
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_transform71 - the device EUI64 as returned by hwinfo_get_device_eui64() as first choice;
/Zephyr-latest/drivers/disk/nvme/
Dnvme_namespace.h115 uint8_t eui64[8]; member
Dnvme_helpers.h361 /* NGUID and EUI64 fields are not reusable */
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst879 * Added device EUI64 ID support and implementation for STM32WB, STM32WBA and STM32WL series.
Drelease-notes-2.6.rst569 * Changed driver to load EUI64 from UICR.