Home
last modified time | relevance | path

Searched full:turn (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/drivers/led/lp5562/
DREADME.rst13 1. turn on LEDs to be red
14 2. turn on LEDs to be green
15 3. turn on LEDs to be blue
16 4. turn on LEDs to be white
17 5. turn on LEDs to be yellow
18 6. turn on LEDs to be purple
19 7. turn on LEDs to be cyan
20 8. turn on LEDs to be orange
21 9. turn off LEDs
23 11. turn off LEDs
[all …]
/Zephyr-latest/samples/drivers/led/pca9633/
DREADME.rst13 1. turn on LEDs
14 2. turn off LEDs
16 4. turn off LEDs
18 6. turn off LEDs
/Zephyr-latest/subsys/shell/
Dshell_vt100.h97 /* Turn off character attributes */
99 /* Turn off character attributes */
101 /* Turn bold mode on */
103 /* Turn low intensity mode on */
105 /* Turn underline mode on */
107 /* Turn blinking mode on */
109 /* Turn reverse video on */
111 /* Turn invisible text mode on */
191 /* Turn off all four leds */
193 /* Turn on LED #1 */
[all …]
/Zephyr-latest/samples/drivers/led/lp5569/src/
Dmain.c43 /* Turn on LEDs one by one */ in main()
53 /* Turn all LEDs off slowly to demonstrate set_brightness */ in main()
67 /* Turn on all LEDs at once to demonstrate write_channels */ in main()
76 /* Turn off all LEDs at once to demonstrate write_channels */ in main()
/Zephyr-latest/samples/drivers/led/pca9633/src/
Dmain.c43 /* Turn on LEDs one by one */ in main()
53 /* Turn off LEDs one by one */ in main()
73 /* Turn off LEDs one by one */ in main()
97 /* Turn off LEDs one by one */ in main()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_espi.h17 * @brief Turn on all interrupts of eSPI host interface module.
24 * @brief Turn off all interrupts of eSPI host interface module.
/Zephyr-latest/include/zephyr/drivers/sensor/
Dtmp116.h15 /** Turn on power saving/one shot mode */
19 /** Turn on continuous conversion */
Dtsl2540.h31 /* Turn on continuous conversion */
33 /* Turn on continuous conversion without wait */
Dtmp108.h23 /** Turn on power saving/one shot mode */
27 /** Turn on continuous conversion */
/Zephyr-latest/samples/boards/nxp/mimxrt1060_evk/system_off/
DREADME.rst14 * Turn the system off after enabling wakeup through a button press, and
37 3. Device will turn on and idle for 2 seconds
38 4. Device will turn itself off using deep sleep state 1. Press SW 5
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst26 - turn on
27 - turn off
29 - turn off
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/
DREADME.rst25 usbc connection will cause the LED to turn blue. The LED will turn green instead
/Zephyr-latest/samples/boards/ti/cc13x2_cc26x2/system_off/
DREADME.rst16 * Turn the system off after enabling wakeup through a button press
42 4. Device will turn off the external flash, which is on by default, to
45 6. Device will explicitly turn itself off by going into shutdown mode.
/Zephyr-latest/samples/cpp/cpp_synchronization/src/
Dmain.cpp120 /* wait for main thread to let us have a turn */ in coop_thread_entry()
126 /* wait a while, then let main thread have a turn */ in coop_thread_entry()
146 /* wait a while, then let coop thread have a turn */ in main()
151 /* Wait for coop thread to let us have a turn */ in main()
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst16 1. turn on all connected (up to 128) LEDs one-by-one
19 4. turn off all LEDs, restore 100% brightness, and start over
/Zephyr-latest/samples/drivers/led/lp50xx/src/
Dmain.c113 /* Turn LED on. */ in run_led_test()
116 LOG_ERR("Failed to turn LED %d on, err=%d", led, err); in run_led_test()
121 /* Turn LED off. */ in run_led_test()
124 LOG_ERR("Failed to turn LED %d off, err=%d", led, err); in run_led_test()
141 /* Turn LED off. */ in run_led_test()
144 LOG_ERR("Failed to turn LED %d off, err=%d", led, err); in run_led_test()
205 /* Turn LEDs on. */ in run_channel_test()
221 /* Turn LEDs off. */ in run_channel_test()
255 /* Turn LEDs off. */ in run_channel_test()
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/
Dnative_sim.conf3 # Turn off log messages for failed communication with non-existing LoRa PHY
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/
Dnative_sim.conf3 # Turn off log messages for failed communication with non-existing LoRa PHY
/Zephyr-latest/samples/drivers/led/lp3943/src/
Dmain.c44 /* Turn on LEDs one by one */ in main()
54 /* Turn off LEDs one by one */ in main()
/Zephyr-latest/share/sysbuild/build/
DKconfig8 Turn on "warning as error" toolchain flags for all images if set.
/Zephyr-latest/samples/boards/nordic/clock_skew/
DKconfig7 Turn on the high-frequency clock, which means switching to the
/Zephyr-latest/tests/subsys/fs/littlefs/
Dprj.conf9 # FS abstraction layer is noisy so it's off. Turn it on to see the
/Zephyr-latest/samples/drivers/ipm/ipm_ivshmem/boards/
Dqemu_cortex_a53.conf14 # ITS, in turn, requires dynamic memory (9x64 + alignment constrains)
/Zephyr-latest/samples/drivers/led/pwm/src/
Dmain.c40 /* Turn LED on. */ in run_led_test()
49 /* Turn LED off. */ in run_led_test()
111 /* Turn LED off. */ in run_led_test()
/Zephyr-latest/tests/net/udp/
Dprj.conf23 # Turn off UDP checksum checking as the test fails otherwise.

12345678910>>...15