Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 242) sorted by relevance

12345678910

/Zephyr-latest/drivers/rtc/
DKconfig.pcf852326 Offset correction is made once per two hours and then correction pulses are applied once
32 Offset correction is made once per minute and then correction pulses are applied once per
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/
DKconfig38 bool "QoS 0 / At most once delivery"
43 bool "QoS 1 / At least once delivery"
48 bool "QoS 2 / Exactly once delivery"
50 Acknowledgment expected and message shall be published only once.
/Zephyr-latest/tests/posix/headers/src/
D_common.h7 #pragma once
/Zephyr-latest/samples/net/sockets/echo_client/src/
Decho-client.c126 static bool once; in wait() local
128 if (!once) { in wait()
129 once = true; in wait()
264 static bool once; in ipv6_event_handler() local
270 if (!once) { in ipv6_event_handler()
272 once = true; in ipv6_event_handler()
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst110 blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61
114 blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000
117 blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61
127 >blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61
128 Inject command 'efuse-read-once'
133 >blhost -u 0x1fc9,0x0023 -- efuse-program-once 0x61 0x164000
134 Inject command 'efuse-program-once'
135 Successful generic response to command 'efuse-program-once'
138 >blhost -u 0x1fc9,0x0023 -- efuse-read-once 0x61
139 Inject command 'efuse-read-once'
/Zephyr-latest/soc/espressif/common/include/
Dpsram.h6 #pragma once
/Zephyr-latest/tests/ztest/fail/core/include/
Dfail_test.hpp5 #pragma once
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/
Dblocking_emul.hpp5 #pragma once
/Zephyr-latest/doc/build/flashing/
Dconfiguration.rst10 might want to only allow the ``--erase`` argument to be used once for all of the cores in the SoC
38 means that the command will be ran once with the first image flashing process per set of board
39 targets, or to ``last`` which will be ran once for the final image flash per set of board targets.
42 command will only be used once for any board targets which used the nRF5340 SoC application or
86 applications, the run once configuration will not be used. When flashing a sysbuild project with
87 multiple images, the flash runner run once configuration will be applied.
/Zephyr-latest/tests/drivers/build_all/watchdog/boards/
Dqemu_cortex_m3.overlay13 xlnx,wdt-enable-once = <1>;
/Zephyr-latest/tests/lib/acpi/boards/
Dqemu_x86_64.overlay7 /* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
/Zephyr-latest/arch/
DCMakeLists.txt3 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
/Zephyr-latest/samples/modules/thrift/hello/server/src/
DHelloHandler.h7 #pragma once
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/include/soc/
Dmemory.h6 #pragma once
/Zephyr-latest/samples/bluetooth/iso_broadcast/
DKconfig13 Only print the packet report once in a given interval of ISO packets.
/Zephyr-latest/soc/intel/lakemont/
DKconfig.defconfig10 # Can be enabled once UART is defined in board
/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h5 #pragma once
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/
Dcyabs_rtos_impl.h27 #pragma once
/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h5 #pragma once
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h5 #pragma once
/Zephyr-latest/lib/
DCMakeLists.txt3 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h5 #pragma once
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/
Dinference_process.hpp7 #pragma once
/Zephyr-latest/boards/
DCMakeLists.txt12 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mctl44 # TODO: Remove dependency on BT_MCC once MCC has been reworked
53 # TODO: Remove dependency on BT_MCC_OTS once MCC has been reworked

12345678910