Searched refs:unique (Results 1 – 25 of 143) sorted by relevance
123456
/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/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/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_gateway.c | 71 bool unique = true; in prefix_validation_cb() local 84 unique = false; in prefix_validation_cb() 91 return unique ? 0 : -EINVAL; in prefix_validation_cb()
|
/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/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/doc/hardware/peripherals/ |
D | bbram.rst | 6 The BBRAM APIs allow interfacing with the unique properties of this memory region. The following
|
/Zephyr-latest/modules/nanopb/ |
D | nanopb.cmake | 38 # Create unique target name for generated header list
|
/Zephyr-latest/boards/pjrc/teensy4/ |
D | teensy41.dts | 41 nxp,unique-mac;
|
/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 196 …nally Unique Identifier (OUI) followed by a manufacturer-defined indentifier unique for the device. 199 hex "Manufacturer-defined unique identifier." 203 The manufacturer-defined unique identifier is 40 bits long.
|
/Zephyr-latest/tests/ztest/fail/ |
D | README.rst | 9 In order to test the actual framework's failure cases, this test suite has to do something unique.
|
/Zephyr-latest/subsys/secure_storage/src/its/ |
D | CMakeLists.txt | 16 easily readable by an attacker, not unique, and/or guessable, depending on the device.
|
/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/services/device_mgmt/ |
D | mcumgr_handlers.rst | 15 protocol and header. There can only be one registered group per unique ID. 51 responses (which have unique error codes per group as opposed to the legacy SMP version 1 error 56 that group IDs need to be unique so other custom groups should use different values, a central index 74 note that event IDs need to be unique so other custom groups should use different values, a
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | CMakeLists.txt | 7 # You can name the project however you like. Having a unique name is encouraged.
|
/Zephyr-latest/cmake/ |
D | cfb.cmake | 59 # But first create a unique name for the custom target
|
D | target_toolchain_flags.cmake | 11 # ccache will generate unique signatures
|
/Zephyr-latest/boards/st/nucleo_wba55cg/doc/ |
D | nucleo_wba55cg.rst | 120 - Root of trust thanks to unique boot entry and secure hide protection area (HDP) 122 - Secure data storage with root hardware unique key (RHUK) 128 - 96-bit unique ID
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 16 implementation must have a globally unique integer identifier; use
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | Kconfig | 86 management is user of PSA API) to provide correct and unique identifiers.
|
/Zephyr-latest/boards/st/nucleo_wba52cg/doc/ |
D | nucleo_wba52cg.rst | 122 - Root of trust thanks to unique boot entry and secure hide protection area (HDP) 124 - Secure data storage with root hardware unique key (RHUK) 130 - 96-bit unique ID
|
/Zephyr-latest/samples/userspace/shared_mem/ |
D | README.rst | 9 unique memory domains with protected partitions. The
|
/Zephyr-latest/doc/security/standards/ |
D | etsi-303645.rst | 139 * - unique per device 140 - unique for each individual device of a given product class or type. 198 unique per device or defined by the user. 205 - Where pre-installed unique per device passwords are used, 401 - Where a hard-coded unique per device identity is used in a device for security purposes, 419 shall be unique per device and shall be produced with a mechanism that reduces the risk
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testsuite.py | 305 unique = TestSuite(testsuite_root, workdir, name) 306 assert unique == exception
|
/Zephyr-latest/doc/services/crypto/random/ |
D | index.rst | 84 to make the initialization of the CTR-DRBG as unique as possible.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testsuite.py | 530 unique = os.path.normpath( 533 return unique
|
123456