/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/src/ |
D | main.c | 15 CONFIG_MCUMGR_GRP_EXAMPLE_MODULE enabled is not valid
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | ll.set1.llcp.test_list | 30 #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
|
D | gap.llcp.test_list | 29 #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/ |
D | main.c | 121 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/ |
D | friend.h | 16 bool valid, bool established);
|
D | app_keys.c | 38 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/ |
D | Kconfig | 29 RP23XX devices to consider this a valid image in flash.
|
/Zephyr-latest/tests/bluetooth/df/common/src/ |
D | bt_conn_common.c | 71 conn->llcp.fex.valid = PEER_FEATURES_ARE_VALID; in ut_bt_set_peer_features()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 77 uint8_t valid; member 90 uint8_t valid; member
|
/Zephyr-latest/tests/subsys/zbus/unittests/src/ |
D | main.c | 574 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/ |
D | ec_host_cmd_backend_simulator.c | 15 #error Simulator only valid on posix
|
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | ens210.h | 65 uint8_t valid : 1; member
|
/Zephyr-latest/doc/build/dts/ |
D | bindings.rst | 11 provides semantic information about the contents of valid nodes. Zephyr
|
/Zephyr-latest/subsys/net/lib/sntp/ |
D | Kconfig | 16 uptime timestamp of when the time was valid and an uncertainty of the
|
/Zephyr-latest/cmake/modules/ |
D | shields.cmake | 10 # 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/ |
D | adc_ite_it8xxx2.c | 197 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/ |
D | tls_credentials_shell.rst | 79 …``", "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/ |
D | bbram.rst | 16 succeed if the BBRAM is in a valid state and the operation is bounded to the memory region.
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 9 ; valid values: flash, debug * 14 ; valid values: flash, sram *
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_bt.c | 130 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/ |
D | Kconfig | 35 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/ |
D | kobject-text.ld | 26 /* In a valid build the MAX function will always evaluate to the
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 8 ; valid values: flash, debug * 13 ; valid values: flash, sram *
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk_mimxrt1052_hyperflash.dts | 39 data-valid-time = <1>;
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk_mimxrt1062_hyperflash.dts | 37 data-valid-time = <1>;
|