Searched refs:valid (Results 101 – 125 of 252) sorted by relevance
1234567891011
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/ |
D | main.c | 174 conn.llcp.fex.valid = 1; in ZTEST() 645 conn.llcp.fex.valid = 1; in ZTEST()
|
/Zephyr-latest/cmake/modules/ |
D | boards.cmake | 13 # be raised and list of valid boards will be printed. 38 # - board: when invoked, a list of valid boards will be printed 305 `${BOARD}` not found. Please specify a valid board target.\n"
|
D | zephyr_default.cmake | 121 "Please choose one or more valid components: ${zephyr_cmake_modules}"
|
/Zephyr-latest/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 84 "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 38 Note that not all test suites are valid on all boards.
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/ |
D | main.c | 830 conn.llcp.fex.valid = 0; in ZTEST() 848 conn.llcp.fex.valid = 1; in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 268 if (lpn->sub->keys[i].valid) { in clear_friendship() 660 if (!lpn->sub->keys[i].valid) { in bt_mesh_lpn_friend_offer() 680 if (lpn->sub->keys[i].valid) { in bt_mesh_lpn_friend_offer()
|
D | beacon.c | 550 if (sub->keys[i].valid && auth_match(&sub->keys[i], params)) { in secure_beacon_authenticate() 581 if (!sub->keys[i].valid) { in priv_beacon_decrypt()
|
D | solicitation.c | 147 if (!sub->keys[i].valid) { in sol_pdu_decrypt()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
|
/Zephyr-latest/subsys/settings/ |
D | Kconfig | 104 Magic 32-bit word for to identify valid settings area
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.h | 353 bool valid; member
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | coap_client.rst | 92 /* static, since options must remain valid throughout the whole execution of the request */
|
D | net_pkt.rst | 142 net_pkt's family is a valid one, as well as the proto parameter. In 196 In overwrite mode then, whatever is written must happen on valid data, 205 length, which means no valid data is in its buffer. One could verify
|
/Zephyr-latest/doc/safety/ |
D | safety_requirements.rst | 65 The CI in the PR will check if the requirements UIDs are valid or if there are duplicates in it.
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 109 * final ELF image. The address doesn't even have to be valid on the
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 92 This software may only be used with a valid license.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 26 that the kernel object address is valid and that the calling thread 102 valid kernel object instances in the binary. It accomplishes this by parsing 109 of what may or may not be a valid kernel object, the address can be validated
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 123 storage is still valid, it only confirms that what has been
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | frdm_mcxn947.dtsi | 184 data-valid-time = <2>;
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 209 conduct a valid vote. (ref 8c of the Charter) 225 Vote is not valid. Quorum not reached.
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 25 to make sure they are valid (should all be within 1 of the same 26 value). If valid, the numbers will be summed and presented as the
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 138 1. retrieving source location with valid data written to a ring buffer 276 /* Indicate amount of valid data. rx_size can be equal or less than size. */ 351 /* proc_size exceeds amount of valid data in a ring buffer. */
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_imx95_m7.dtsi | 83 valid-channels = <30>, <31>;
|
/Zephyr-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 38 a valid :c:struct:`device` object pointer with offset and size of the area
|
1234567891011