Searched refs:forever (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | Kconfig | 14 forever. 22 A value of zero means to continue forever.
|
/Zephyr-latest/samples/net/ptp/ |
D | Kconfig | 14 A value of zero means that the sample application is run forever.
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig.template.shell_log_queue_timeout | 9 dropped if queue is still full after requested time (-1 is forever).
|
/Zephyr-latest/samples/basic/blinky/ |
D | README.rst | 5 Blink an LED forever using the GPIO API. 10 The Blinky sample blinks an LED forever using the :ref:`GPIO API <gpio_api>`. 17 #. Toggle the pin forever
|
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/ |
D | README.rst | 11 The red, green and blue LED fade up one by one, and this repeats forever.
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 10 This sample cycles several colors on an RGB LED forever using the LED API.
|
/Zephyr-latest/samples/subsys/sensing/simple/ |
D | README.rst | 24 #. Run forever and get the sensor data.
|
/Zephyr-latest/samples/basic/fade_led/ |
D | README.rst | 14 cycle. Each cycle takes 2.5 seconds, and the cycles repeat forever. The PWM
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.dwc2 | 50 blocked for this amount of time. Set it to zero to wait forever.
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | Kconfig | 59 zero means that the sample application is run forever.
|
/Zephyr-latest/samples/net/gptp/ |
D | Kconfig | 59 A value of zero means that the sample application is run forever.
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 18 range of color changes from the RGB LED, and the sample repeats forever.
|
/Zephyr-latest/samples/basic/blinky_pwm/ |
D | README.rst | 16 faster-then-slower blinking cycle then repeats forever.
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 71 /* monitor the semaphore forever */
|
D | index.rst | 80 Once a thread is started it typically executes forever. However, a thread may
|
D | workqueue.rst | 32 empty and spawns the workqueue's thread. The thread runs forever, but sleeps
|
/Zephyr-latest/doc/develop/ |
D | env_vars.rst | 36 will be lost forever.
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 328 …Conversely, if there is not a specified timeout, the iface will try to connect forever until it su…
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | clocks.rst | 286 "forever". :c:macro:`K_NO_WAIT` has the same typesafety concern too,
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 92 finished. It simply goes into the idle loop forever.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 1120 * :github:`38621` - Drivers: spi: stm32: Transceive lock forever 1455 * :github:`37304` - k_timer_status_sync can lock forever on qemu_x86_64 1884 * :github:`30236` - Main thread sometimes looping forever before user application is reached when u…
|
D | release-notes-1.13.rst | 152 * Remove forever timeouts when waiting a new network buffer to be available.
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 321 The following snippet shows how logging can be processed in simple forever loop.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 475 forever resolve addresses from that IRK, even if that bond has been
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 1107 Blink an LED forever using the GPIO API.
|
12