Home
last modified time | relevance | path

Searched refs:valid (Results 126 – 150 of 263) sorted by relevance

1234567891011

/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947.dtsi199 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/doc/connectivity/networking/api/
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
Dnet_l2.rst71 - The driver_api pointer must point to a valid :c:struct:`net_if_api`
122 IEEE 802.15.4 device driver must provide a valid pointer on such
/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/subsys/bluetooth/mesh/
Dsolicitation.c147 if (!sub->keys[i].valid) { in sol_pdu_decrypt()
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst38 a valid :c:struct:`device` object pointer with offset and size of the area
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi187 data-valid-time = <1>;
/Zephyr-latest/subsys/settings/
DKconfig112 Magic 32-bit word for to identify valid settings area
/Zephyr-latest/doc/develop/sca/
Declair.rst17 You need to have a valid license to use it.
/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/boards/snps/hsdk/doc/
Dindex.rst112 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_A
146 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_B
180 Table below lists the pin assignment of valid protocols that can be multiplexed on the Pmod_C
/Zephyr-latest/boards/snps/hsdk4xd/doc/
Dindex.rst109 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_A``
143 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_B``
177 Table below lists the pin assignment of valid protocols that can be multiplexed on the ``Pmod_C``
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst148 is a valid option too. This option is only valid when using UpdateHub-CE.
155 UpdateHub-CE the valid is available at ``overlay-prj.conf.example`` file.
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_initiator.c78 bool valid; member
104 metadata_param->valid = false; in data_func_cb()
118 .valid = true, in cap_initiator_valid_metadata()
133 return metadata_param.stream_context_found && metadata_param.valid; in cap_initiator_valid_metadata()
/Zephyr-latest/doc/hardware/arch/
Dx86.rst64 ``CONFIG_KERNEL_VM_BASE = 0x40000000`` is valid, while
/Zephyr-latest/doc/hardware/peripherals/
Drtc.rst79 gotten values to ensure they are valid.
/Zephyr-latest/doc/develop/test/
Dtwister_statuses.rst199 ``ERROR`` or ``BLOCK`` status. As this takes precedence over all other Case statuses, all valid
/Zephyr-latest/kernel/
DKconfig.smp69 valid set of high priority threads, it comes at a performance cost.
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/
DREADME.rst34 QEMU x86 target. A valid certificate and private key are required to
/Zephyr-latest/arch/arc/
DKconfig147 The BSP must provide a valid default for proper operation.
157 The BSP must provide a valid default. This drives the size of the
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c116 bool valid; member
452 if (!sta_list[i].valid) { in handle_wifi_ap_sta_connected()
454 sta_list[i].valid = true; in handle_wifi_ap_sta_connected()
478 if (!sta_list[i].valid) { in handle_wifi_ap_sta_disconnected()
484 sta_list[i].valid = false; in handle_wifi_ap_sta_disconnected()
2014 if (!sta_list[i].valid) { in cmd_wifi_ap_stations()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c152 bool valid = false; in isoal_get_time_diff() local
165 valid = true; in isoal_get_time_diff()
177 valid = true; in isoal_get_time_diff()
185 return valid; in isoal_get_time_diff()
Dull_llcp_pdu.c206 conn->llcp.fex.valid = 1; in llcp_pdu_decode_feature_req()
216 conn->llcp.fex.valid = 1; in llcp_pdu_decode_feature_rsp()
302 conn->llcp.vex.valid = 1; in llcp_pdu_decode_version_ind()
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst26 is valid and the user has provided a handler for a received command id, the command handler is

1234567891011