Searched full:eui64 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.nrf5 | 42 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/ |
D | testcase.yaml | 9 net.iface.iid.eui64:
|
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | hdlc_rcp_if_nxp.c | 53 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()
|
D | hdlc_rcp_if_uart.c | 138 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/ |
D | hwinfo.h | 99 * @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/ |
D | hwinfo_shell.c | 57 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/ |
D | Kconfig.its_transform | 71 - the device EUI64 as returned by hwinfo_get_device_eui64() as first choice;
|
/Zephyr-latest/drivers/disk/nvme/ |
D | nvme_namespace.h | 115 uint8_t eui64[8]; member
|
D | nvme_helpers.h | 361 /* NGUID and EUI64 fields are not reusable */
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 879 * Added device EUI64 ID support and implementation for STM32WB, STM32WBA and STM32WL series.
|
D | release-notes-2.6.rst | 569 * Changed driver to load EUI64 from UICR.
|