Home
last modified time | relevance | path

Searched refs:valid (Results 101 – 125 of 252) sorted by relevance

1234567891011

/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c174 conn.llcp.fex.valid = 1; in ZTEST()
645 conn.llcp.fex.valid = 1; in ZTEST()
/Zephyr-latest/cmake/modules/
Dboards.cmake13 # 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"
Dzephyr_default.cmake121 "Please choose one or more valid components: ${zephyr_cmake_modules}"
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake84 "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst38 Note that not all test suites are valid on all boards.
/Zephyr-latest/tests/bluetooth/controller/ctrl_data_length_update/src/
Dmain.c830 conn.llcp.fex.valid = 0; in ZTEST()
848 conn.llcp.fex.valid = 1; in ZTEST()
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c268 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()
Dbeacon.c550 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()
Dsolicitation.c147 if (!sub->keys[i].valid) { in sol_pdu_decrypt()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dproxy.rst45 solicitation sequence number (SSEQ) and solicitation source (SSRC) pairs of valid Solicitation PDUs
/Zephyr-latest/subsys/settings/
DKconfig104 Magic 32-bit word for to identify valid settings area
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.h353 bool valid; member
/Zephyr-latest/doc/connectivity/networking/api/
Dcoap_client.rst92 /* static, since options must remain valid throughout the whole execution of the request */
Dnet_pkt.rst142 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/
Dsafety_requirements.rst65 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/
Dmemory.ld109 * final ELF image. The address doesn't even have to be valid on the
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst92 This software may only be used with a valid license.
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst26 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/
DKconfig123 storage is still valid, it only confirms that what has been
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947.dtsi184 data-valid-time = <2>;
/Zephyr-latest/doc/project/
Dtsc.rst209 conduct a valid vote. (ref 8c of the Charter)
225 Vote is not valid. Quorum not reached.
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt25 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/
Dring_buffers.rst138 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/
Dnxp_imx95_m7.dtsi83 valid-channels = <30>, <31>;
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst38 a valid :c:struct:`device` object pointer with offset and size of the area

1234567891011