Searched full:unique (Results 1 – 25 of 334) sorted by relevance
12345678910>>...14
/Zephyr-latest/subsys/net/ |
D | Kconfig.hostname | 36 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/ |
D | quarantine-schema.yaml | 22 - unique: true 28 - unique: true 34 - unique: true 40 - unique: true
|
/Zephyr-latest/tests/net/hostname/ |
D | testcase.yaml | 12 net.hostname.unique: 20 net.hostname.unique.dynamic: 28 net.hostname.event.unique:
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | spdxids.py | 26 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/ |
D | nxp,enet-mac.yaml | 26 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/ |
D | Kconfig.dis | 181 …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/ |
D | acpi.yaml | 18 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/ |
D | same_identifier.cocci | 32 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/ |
D | hwinfo_sam.c | 28 * 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/ |
D | stress.c | 43 /* 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/ |
D | testcase.yaml | 37 # 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/ |
D | net_hostname.rst | 24 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/ |
D | called_API.h | 23 * 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/ |
D | nxp,lpc-uid.yaml | 4 description: NXP LPC 128-bit Unique identifier
|
D | cypress,psoc6-uid.yaml | 4 description: Cypress PSOC 6 Unique 88-bit Serial Number
|
D | atmel,sam4l-uid.yaml | 4 description: ATMEL SAM4L Unique 120-bit Serial Number
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | uuid.rst | 3 Universal Unique Identifiers (UUIDs)
|
/Zephyr-latest/dts/bindings/arm/ |
D | nordic,nrf-uicr-v2.yaml | 18 Domain ID of the domain associated with this UICR instance. Must be unique
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_gateway.c | 71 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/ |
D | README.rst | 13 API for the flexram in zephyr to use this unique feature.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 46 bool "Support setting Vendor Organizationally Unique Identifier" 56 int "Vendor Organizationally Unique Identifier"
|
/Zephyr-latest/soc/intel/common/ |
D | soc_gpio.h | 25 * @param uid the unique id of the acpi device
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 39 string "Product Unique Identifier (UID)" 41 The product unique identifier is used when communicating
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_lpc | 28 is "total number of unique DMA channels ever expected to be used, maximum
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | bbram.rst | 6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following
|
12345678910>>...14