Searched refs:once (Results 1 – 25 of 242) sorted by relevance
12345678910
/Zephyr-latest/drivers/rtc/ |
D | Kconfig.pcf8523 | 26 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/ |
D | Kconfig | 38 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.h | 7 #pragma once
|
/Zephyr-latest/samples/net/sockets/echo_client/src/ |
D | echo-client.c | 126 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/ |
D | README.rst | 110 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/ |
D | psram.h | 6 #pragma once
|
/Zephyr-latest/tests/ztest/fail/core/include/ |
D | fail_test.hpp | 5 #pragma once
|
/Zephyr-latest/tests/subsys/rtio/rtio_i2c/include/ |
D | blocking_emul.hpp | 5 #pragma once
|
/Zephyr-latest/doc/build/flashing/ |
D | configuration.rst | 10 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/ |
D | qemu_cortex_m3.overlay | 13 xlnx,wdt-enable-once = <1>;
|
/Zephyr-latest/tests/lib/acpi/boards/ |
D | qemu_x86_64.overlay | 7 /* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
|
/Zephyr-latest/arch/ |
D | CMakeLists.txt | 3 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
|
/Zephyr-latest/samples/modules/thrift/hello/server/src/ |
D | HelloHandler.h | 7 #pragma once
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/include/soc/ |
D | memory.h | 6 #pragma once
|
/Zephyr-latest/samples/bluetooth/iso_broadcast/ |
D | Kconfig | 13 Only print the packet report once in a given interval of ISO packets.
|
/Zephyr-latest/soc/intel/lakemont/ |
D | Kconfig.defconfig | 10 # Can be enabled once UART is defined in board
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | memory.h | 5 #pragma once
|
/Zephyr-latest/modules/hal_infineon/abstraction-rtos/include/COMPONENT_ZEPHYR/ |
D | cyabs_rtos_impl.h | 27 #pragma once
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | memory.h | 5 #pragma once
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | memory.h | 5 #pragma once
|
/Zephyr-latest/lib/ |
D | CMakeLists.txt | 3 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | memory.h | 5 #pragma once
|
/Zephyr-latest/samples/modules/tflite-micro/tflm_ethosu/src/ |
D | inference_process.hpp | 7 #pragma once
|
/Zephyr-latest/boards/ |
D | CMakeLists.txt | 12 # FIXME: SHADOW_VARS: Remove this once we have enabled -Wshadow globally.
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mctl | 44 # 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