Home
last modified time | relevance | path

Searched refs:blink (Results 1 – 18 of 18) sorted by relevance

/samples/boards/nxp/adsp/rtxxx/amp_blinky/remote/src/
A Dmain.c21 static bool blink = true; variable
29 blink = !blink; in btn_isr()
37 if (blink) { in thread_blink()
/samples/basic/threads/src/
A Dmain.c54 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 DREADME.rst22 10. blink the LEDs in white
24 12. blink the LEDs in purple
/samples/drivers/led/pca9633/
A DREADME.rst17 5. blink the LEDs
/samples/boards/st/power_mgmt/stop3/
A DREADME.rst32 After flashing, the LED starts to blink.
/samples/net/latmon/src/
A Dmain.c100 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 Dmain.c52 static bool blink; variable
56 if (!blink) { in blink_timeout()
367 blink = true; in main()
473 blink = false; in main()
/samples/drivers/ht16k33/
A DREADME.rst17 2. blink the LEDs at 2 Hz, 1 Hz, and 0.5 Hz
/samples/subsys/debug/debugmon/
A DREADME.rst41 The LED starts to blink, indicating that even though the processor spins in debug monitor
/samples/drivers/led/pwm/boards/
A Dmec15xxevb_assy6853.overlay15 * and implements duty cycle for blink mode as an 8-bit value where 0 is off and
A Dmec172xevb_assy6906.overlay17 * 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 DREADME.rst39 After flashing, the LED starts to blink.
/samples/boards/st/power_mgmt/standby_shutdown/
A DREADME.rst39 After flashing, the LED starts to blink.
/samples/boards/nxp/adsp/rtxxx/amp_blinky/
A DREADME.rst15 console UART and blink an LED. By pressing an associated button, the blinking
/samples/basic/threads/
A DREADME.rst5 Spawn multiple threads that blink LEDs and print information to the console.
/samples/boards/st/power_mgmt/blinky/
A DREADME.rst39 After flashing, the LED starts to blink with a fixed period (SLEEP_TIME_MS).
/samples/basic/blinky/
A DREADME.rst43 After flashing, the LED starts to blink and messages with the current LED state
/samples/modules/tflite-micro/hello_world/train/
A Dtrain_hello_world_model.ipynb2961 …. This model is good enough for our use case - which is to make some LEDs blink in a pleasing patt…

Completed in 60 milliseconds