Home
last modified time | relevance | path

Searched full:unique (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/Zephyr-latest/subsys/net/
DKconfig.hostname36 bool "Make hostname unique"
38 This will append link address to NET_HOSTNAME to create a unique
43 bool "Update unique hostname"
46 This will update the unique hostname on link address changes. By
47 default, this option is disabled, which means the unique hostname
/Zephyr-latest/scripts/schemas/twister/
Dquarantine-schema.yaml22 - unique: true
28 - unique: true
34 - unique: true
40 - unique: true
/Zephyr-latest/tests/net/hostname/
Dtestcase.yaml12 net.hostname.unique:
20 net.hostname.unique.dynamic:
28 net.hostname.event.unique:
/Zephyr-latest/scripts/west_commands/zspdx/
Dspdxids.py26 to be used to confirm that this is still a unique identifier, after
38 Find an SPDX ID that is unique among others seen so far.
43 Returns: unique SPDX ID; updates timesSeen to include it.
49 # determine whether spdxID is unique so far, or not
/Zephyr-latest/dts/bindings/ethernet/
Dnxp,enet-mac.yaml26 nxp,unique-mac:
29 Use part of the unique silicon ID to generate the MAC.
36 3 bytes will come from the chip's unique ID.
/Zephyr-latest/subsys/bluetooth/services/
DKconfig.dis181 …The System ID characteristic is used to represent an extended unique identifier (EUI) of the system
183 …of an Organizationally Unique Identifier (OUI) concatenated with a manufacturer-defined identifier.
190 hex "Organizationally Unique Identifier (OUI) of the manufacturer."
196 …Shall contain an Organisationally Unique Identifier (OUI) followed by a manufacturer-defined inden…
199 hex "Manufacturer-defined unique identifier."
203 The manufacturer-defined unique identifier is 40 bits long.
/Zephyr-latest/dts/bindings/acpi/
Dacpi.yaml18 has no other way to report a persistent unique device ID. The _UID must be
19 unique across all devices with either a common _HID or _CID.
/Zephyr-latest/scripts/coccinelle/
Dsame_identifier.cocci32 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
53 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
74 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_sam.c28 * the code, the unique identifier or the user signature area at the flash
40 /* Switch the flash controller to the unique identifier area. The flash in hwinfo_sam_read_device_id()
49 /* Copy the 128-bit unique ID. We cannot use memcpy as it would in hwinfo_sam_read_device_id()
/Zephyr-latest/tests/lib/newlib/thread_safety/src/
Dstress.c43 /* Compute unique value specific to this iteration. */ in malloc_thread()
46 /* Allocate memory block and write a unique value to it. */ in malloc_thread()
55 * Verify that the unique value previously written to the in malloc_thread()
/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtestcase.yaml37 # Make sure the gdbstub port chosen is unique for this test to avoid conflicts
64 # Make sure the gdbstub port chosen is unique for this test to avoid conflicts
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_hostname.rst24 can enable :kconfig:option:`CONFIG_NET_HOSTNAME_UNIQUE` which will add a unique
28 ``01:02:03:04:05:06``, then the unique hostname could be
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/include/zephyr/
Dcalled_API.h23 * It represents a routine which provides call-unique data to the caller
26 * where each call needs to return a unique, configured value.
/Zephyr-latest/dts/bindings/hwinfo/
Dnxp,lpc-uid.yaml4 description: NXP LPC 128-bit Unique identifier
Dcypress,psoc6-uid.yaml4 description: Cypress PSOC 6 Unique 88-bit Serial Number
Datmel,sam4l-uid.yaml4 description: ATMEL SAM4L Unique 120-bit Serial Number
/Zephyr-latest/doc/connectivity/bluetooth/api/
Duuid.rst3 Universal Unique Identifiers (UUIDs)
/Zephyr-latest/dts/bindings/arm/
Dnordic,nrf-uicr-v2.yaml18 Domain ID of the domain associated with this UICR instance. Must be unique
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_gateway.c71 bool unique = true; in prefix_validation_cb() local
78 /* Prefix of each gateway must be unique */ in prefix_validation_cb()
84 unique = false; in prefix_validation_cb()
91 return unique ? 0 : -EINVAL; in prefix_validation_cb()
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/
DREADME.rst13 API for the flexram in zephyr to use this unique feature.
/Zephyr-latest/drivers/ieee802154/
DKconfig46 bool "Support setting Vendor Organizationally Unique Identifier"
56 int "Vendor Organizationally Unique Identifier"
/Zephyr-latest/soc/intel/common/
Dsoc_gpio.h25 * @param uid the unique id of the acpi device
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig39 string "Product Unique Identifier (UID)"
41 The product unique identifier is used when communicating
/Zephyr-latest/drivers/dma/
DKconfig.mcux_lpc28 is "total number of unique DMA channels ever expected to be used, maximum
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following

12345678910>>...14