Home
last modified time | relevance | path

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

1234567891011

/Zephyr-latest/doc/develop/sca/
Declair.rst17 You need to have a valid license to use it.
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi187 data-valid-time = <1>;
/Zephyr-latest/doc/connectivity/networking/api/
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/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/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/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/samples/net/cloud/aws_iot_mqtt/
DREADME.rst34 QEMU x86 target. A valid certificate and private key are required to
/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/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/drivers/usb/udc/
Dudc_dwc2.c2433 bool valid; in dwc2_handle_out_xfercompl() local
2439 valid = (pkts == 1); in dwc2_handle_out_xfercompl()
2442 valid = (pkts == 2); in dwc2_handle_out_xfercompl()
2445 valid = (pkts == 3); in dwc2_handle_out_xfercompl()
2449 valid = false; in dwc2_handle_out_xfercompl()
2453 if (!valid) { in dwc2_handle_out_xfercompl()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c112 bool valid; member
443 if (!sta_list[i].valid) { in handle_wifi_ap_sta_connected()
445 sta_list[i].valid = true; in handle_wifi_ap_sta_connected()
469 if (!sta_list[i].valid) { in handle_wifi_ap_sta_disconnected()
475 sta_list[i].valid = false; in handle_wifi_ap_sta_disconnected()
1979 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
/Zephyr-latest/boards/ti/cc1352p1_launchxl/doc/
Dindex.rst195 bootloader will start if there is no valid application image in flash or the
/Zephyr-latest/boards/ti/cc1352r1_launchxl/doc/
Dindex.rst195 bootloader will start if there is no valid application image in flash or the
/Zephyr-latest/boards/ti/cc26x2r1_launchxl/doc/
Dindex.rst201 bootloader will start if there is no valid application image in flash or the
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/
Dmimxrt1062_fmurt6.dts198 data-valid-time = <1>;
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst217 *Await valid connectivity configuration*
222 …vity implementation should not give up on the connection attempt, even if valid connection paramet…
224 Instead, the connectivity implementation should asynchronously wait for valid connection parameters…
/Zephyr-latest/boards/ti/cc1352p7_launchpad/doc/
Dindex.rst203 bootloader will start if there is no valid application image in flash or the
/Zephyr-latest/include/zephyr/logging/
Dlog_msg.h150 .valid = 0, \

1234567891011