Home
last modified time | relevance | path

Searched refs:valid (Results 26 – 50 of 252) sorted by relevance

1234567891011

/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/src/
Dmain.c15 CONFIG_MCUMGR_GRP_EXAMPLE_MODULE enabled is not valid
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/
Dll.set1.llcp.test_list30 #LL/CON/CEN/BI-06-C # This test implementation is not valid, and will fail with refactored LLCP
43 #LL/CON/CEN/BV-26-C # This test case is not valid, and will fail with refactored LLCP
55 #LL/CON/PER/BI-08-C # This test implementation is not valid, and will fail with refactored LLCP
Dgap.llcp.test_list29 #GAP/CONN/CPUP/BV-03-C # This test implementation is not valid, and will fail with refactored LLCP
31 #GAP/CONN/CPUP/BV-05-C # This test implementation is not valid, and will fail with refactored LLCP
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c121 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_no_overwrite()
151 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_overwrite()
179 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in item_put_saturate()
224 union test_item test_1word = {.data = {.valid = 1, .len = 1 }}; in benchmark_item_put()
267 .valid = 1, in item_put_ext_no_overwrite()
306 .valid = 1, in item_put_word_ext_overwrite()
340 .valid = 1, in item_put_ext_saturate()
390 .valid = 1, in benchmark_item_put_ext()
438 .valid = 1, in benchmark_item_put_data()
490 .valid = 1, in item_put_data_overwrite()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dfriend.h16 bool valid, bool established);
Dapp_keys.c38 valid:1, /* 1 if this entry is valid, 0 if not */ member
135 if (!update->valid) { in app_key_update_find()
172 free_slot->valid = 1U; in update_app_key_settings()
711 if (!update->valid) { in bt_mesh_app_key_pending_store()
715 update->valid = 0U; in bt_mesh_app_key_pending_store()
/Zephyr-latest/soc/raspberrypi/rpi_pico/rp2350/
DKconfig29 RP23XX devices to consider this a valid image in flash.
/Zephyr-latest/tests/bluetooth/df/common/src/
Dbt_conn_common.c71 conn->llcp.fex.valid = PEER_FEATURES_ARE_VALID; in ut_bt_set_peer_features()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h77 uint8_t valid; member
90 uint8_t valid; member
/Zephyr-latest/tests/subsys/zbus/unittests/src/
Dmain.c574 struct hard_msg valid = {.range = 10, .binary = 1, .pointer = &valid.range}; in ZTEST() local
576 zbus_chan_pub(&hard_chan, &valid, K_NO_WAIT); in ZTEST()
582 zassert_equal(valid.range, current.range, "Range must be equal"); in ZTEST()
583 zassert_equal(valid.binary, current.binary, "Binary must be equal"); in ZTEST()
584 zassert_equal(valid.pointer, current.pointer, "Pointer must be equal"); in ZTEST()
586 struct hard_msg invalid = {.range = 10000, .binary = 1, .pointer = &valid.range}; in ZTEST()
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c15 #error Simulator only valid on posix
/Zephyr-latest/drivers/sensor/ams/ens210/
Dens210.h65 uint8_t valid : 1; member
/Zephyr-latest/doc/build/dts/
Dbindings.rst11 provides semantic information about the contents of valid nodes. Zephyr
/Zephyr-latest/subsys/net/lib/sntp/
DKconfig16 uptime timestamp of when the time was valid and an uncertainty of the
/Zephyr-latest/cmake/modules/
Dshields.cmake10 # error will be raised and a list of valid shields will be printed.
20 # - shields: when invoked, a list of valid shields will be printed
45 # SHIELD-NOTFOUND is a real CMake list, from which valid shields can be popped.
/Zephyr-latest/drivers/adc/
Dadc_ite_it8xxx2.c197 int valid = 0; in adc_poll_valid_data() local
209 valid = 1; in adc_poll_valid_data()
214 if (valid) { in adc_poll_valid_data()
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst79 …``", "The type of credential to add. See :ref:`tls_credentials_shell_cred_types` for valid values."
81 …format of the provided credential. See :ref:`tls_credentials_shell_data_formats` for valid values."
108 …, "The type of credential to delete. See :ref:`tls_credentials_shell_cred_types` for valid values."
134 …``", "The type of credential to get. See :ref:`tls_credentials_shell_cred_types` for valid values."
135 …ormat for the provided credential. See :ref:`tls_credentials_shell_data_formats` for valid values."
180 …llow any credential type. Otherwise, see :ref:`tls_credentials_shell_cred_types` for valid values."
/Zephyr-latest/doc/hardware/peripherals/
Dbbram.rst16 succeed if the BBRAM is in a valid state and the operation is bounded to the memory region.
/Zephyr-latest/boards/nxp/ucans32k1sic/support/
Dstartup.cmm9 ; valid values: flash, debug *
14 ; valid values: flash, sram *
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_bt.c130 bool valid = false; in conn_param_data_alloc() local
135 while (!valid) { in conn_param_data_alloc()
136 valid = true; in conn_param_data_alloc()
148 valid = false; in conn_param_data_alloc()
/Zephyr-latest/subsys/net/l2/wifi/
DKconfig35 This option enables check for valid IP address before TWT setup.
37 enter deep sleep without having a valid IP, this can result in device
40 interface has a valid IP address might be desirable in most scenarios.
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld26 /* In a valid build the MAX function will always evaluate to the
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm8 ; valid values: flash, debug *
13 ; valid values: flash, sram *
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts39 data-valid-time = <1>;
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts37 data-valid-time = <1>;

1234567891011