Home
last modified time | relevance | path

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

1234567891011

/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/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/drivers/sensor/grow_r502a/
DKconfig22 valid values are:
/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
Darch_v1.cmake6 # This CMake module is only valid for hw model v1.
/Zephyr-latest/include/zephyr/linker/
Dintlist.ld24 * The address doesn't even have to be valid on the target. However, it
/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/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/doc/build/kconfig/
Dindex.rst13 configurations are valid. Symbols can be grouped into menus and sub-menus to
/Zephyr-latest/subsys/net/
DKconfig.hostname18 The string should be a valid hostname.
/Zephyr-latest/dts/xtensa/nxp/
Dnxp_imx8ulp.dtsi73 valid-channels = <0>, <1>, <2>, <3>;
/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.
DKconfig.npcx23 notice the valid value in npcx ec series for this option is 8/16/32/
33 Please notice the valid value in npcx ec series for this option is
/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/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280_cpuapp.dts103 * LEDs are connected to GPIO Port 9 - pins 2-5. There is no valid hardware
104 * configuration to pass PWM signal on pins 0 and 1. First valid config is P9.2.
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.shell50 Time (in msec) after receiving a valid MCUmgr header on the serial
/Zephyr-latest/modules/nanopb/
DKconfig58 Check whether incoming strings are valid UTF-8 sequences.
/Zephyr-latest/arch/arc/
DCMakeLists.txt35 # instead of full 64bit address in ASM code. It is valid as we don't support Zephyr
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpuapp.dts101 * LEDs are connected to GPIO Port 9 - pins 0-3. There is no valid hardware
102 * configuration to pass PWM signal on pis 0 and 1. First valid config is P9.2.
/Zephyr-latest/subsys/mgmt/osdp/
DKconfig.pd57 IEEE assigned OUI. Least 24 bits are valid.
64 Manufacturer's model number. Least 8 bits are valid.
71 Manufacturer's version of this product. Least 8 bits are valid.
/Zephyr-latest/subsys/fs/nvs/
DKconfig44 not contain a valid NVS. A region containing an invalid NVS can be

1234567891011