Searched refs:blink (Results 1 – 18 of 18) sorted by relevance
/samples/boards/nxp/adsp/rtxxx/amp_blinky/remote/src/ |
A D | main.c | 21 static bool blink = true; variable 29 blink = !blink; in btn_isr() 37 if (blink) { in thread_blink()
|
/samples/basic/threads/src/ |
A D | main.c | 54 void blink(const struct led *led, uint32_t sleep_ms, uint32_t id) in blink() function 92 blink(&led0, 100, 0); in blink0() 97 blink(&led1, 1000, 1); in blink1()
|
/samples/drivers/led/lp5562/ |
A D | README.rst | 22 10. blink the LEDs in white 24 12. blink the LEDs in purple
|
/samples/drivers/led/pca9633/ |
A D | README.rst | 17 5. blink the LEDs
|
/samples/boards/st/power_mgmt/stop3/ |
A D | README.rst | 32 After flashing, the LED starts to blink.
|
/samples/net/latmon/src/ |
A D | main.c | 100 static void blink(void*, void*, void*) in blink() function 218 blink_tid = start_led_blinking_thread(&blink_thread, blink); in main()
|
/samples/bluetooth/iso_receive/src/ |
A D | main.c | 52 static bool blink; variable 56 if (!blink) { in blink_timeout() 367 blink = true; in main() 473 blink = false; in main()
|
/samples/drivers/ht16k33/ |
A D | README.rst | 17 2. blink the LEDs at 2 Hz, 1 Hz, and 0.5 Hz
|
/samples/subsys/debug/debugmon/ |
A D | README.rst | 41 The LED starts to blink, indicating that even though the processor spins in debug monitor
|
/samples/drivers/led/pwm/boards/ |
A D | mec15xxevb_assy6853.overlay | 15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
|
A D | mec172xevb_assy6906.overlay | 17 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
|
/samples/boards/st/power_mgmt/suspend_to_ram/ |
A D | README.rst | 39 After flashing, the LED starts to blink.
|
/samples/boards/st/power_mgmt/standby_shutdown/ |
A D | README.rst | 39 After flashing, the LED starts to blink.
|
/samples/boards/nxp/adsp/rtxxx/amp_blinky/ |
A D | README.rst | 15 console UART and blink an LED. By pressing an associated button, the blinking
|
/samples/basic/threads/ |
A D | README.rst | 5 Spawn multiple threads that blink LEDs and print information to the console.
|
/samples/boards/st/power_mgmt/blinky/ |
A D | README.rst | 39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
|
/samples/basic/blinky/ |
A D | README.rst | 43 After flashing, the LED starts to blink and messages with the current LED state
|
/samples/modules/tflite-micro/hello_world/train/ |
A D | train_hello_world_model.ipynb | 2961 …. This model is good enough for our use case - which is to make some LEDs blink in a pleasing patt…
|
Completed in 60 milliseconds