Home
last modified time | relevance | path

Searched refs:valid (Results 51 – 75 of 263) sorted by relevance

1234567891011

/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
Dintlist.ld24 * The address doesn't even have to be valid on the target. However, it
/Zephyr-latest/boards/nxp/mr_canhubk3/support/
Dstartup.cmm8 ; valid values: flash, debug *
13 ; valid values: flash, sram *
/Zephyr-latest/boards/nxp/mimxrt1060_evk/
Dmimxrt1060_evk_mimxrt1062_hyperflash.dts37 data-valid-time = <1>;
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts39 data-valid-time = <1>;
/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_stmesp_demux.c265 .valid = 1, in store_turbo_log0()
282 .valid = 1, in store_turbo_log1()
298 struct log_frontend_stmesp_demux_trace_point packet = {.valid = 1, in store_tracepoint()
313 struct log_frontend_stmesp_demux_hw_event packet = {.valid = 1, in log_frontend_stmesp_demux_hw_event()
/Zephyr-latest/drivers/sensor/grow_r502a/
DKconfig22 valid values are:
/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.h73 bool valid; member
Dcdb.c35 valid:1, /* 1 if this entry is valid, 0 if not */ member
635 if (!update->valid) { in cdb_key_update_find()
676 free_slot->valid = 1U; in update_cdb_subnet_settings()
709 free_slot->valid = 1U; in update_cdb_app_key_settings()
1181 if (!update->valid) { in store_cdb_pending_keys()
1185 update->valid = 0U; in store_cdb_pending_keys()
/Zephyr-latest/cmake/modules/
Dpython.cmake26 # and not finding a valid python3.
Dsnippets.cmake13 # will be raised, and the list of valid snippets will be printed.
28 # - snippets: when invoked, a list of valid snippets will be printed
/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3_its.c344 uintptr_t rd_addr, bool valid) in its_send_mapc_cmd() argument
355 MASK_SET(valid ? 1 : 0, GITS_CMD_VALID); in its_send_mapc_cmd()
361 uint32_t size, uintptr_t itt_addr, bool valid) in its_send_mapd_cmd() argument
373 MASK_SET(valid ? 1 : 0, GITS_CMD_VALID); in its_send_mapd_cmd()
/Zephyr-latest/drivers/sensor/ams/ens210/
DKconfig57 Number of retries when value reading failed, value not valid
/Zephyr-latest/drivers/sensor/ams/tsl2591/
DKconfig14 bool "Wait for valid sensor reading before fetch"
/Zephyr-latest/doc/build/kconfig/
Dindex.rst13 configurations are valid. Symbols can be grouped into menus and sub-menus to
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsrpl_srv.rst12 valid Solicitation PDU message is successfully processed by a node, the SSRC field and SSEQ field
/Zephyr-latest/dts/xtensa/nxp/
Dnxp_imx8ulp.dtsi73 valid-channels = <0>, <1>, <2>, <3>;
/Zephyr-latest/subsys/net/
DKconfig.hostname18 The string should be a valid hostname.
/Zephyr-latest/dts/arm/st/wb0/
Dstm32wb0.dtsi264 * This node is valid for STM32WB05, STM32WB06 and
267 * also valid on STM32SWB09, except "compatible",
268 * we pretend this node is valid for all SoCs of
/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c565 conn.llcp.fex.valid = 1; in ZTEST()
647 conn.llcp.fex.valid = 1; in ZTEST()
799 conn.llcp.fex.valid = 1; in ZTEST()
/Zephyr-latest/drivers/espi/
DKconfig50 bool "eSPI virtual wire valid bit check"
54 Enable the checking of the eSPI virtual wire valid bit. If this
56 retained valid values and return the received virtual wire level.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell50 Time (in msec) after receiving a valid MCUmgr header on the serial

1234567891011