Home
last modified time | relevance | path

Searched full:starts (Results 1 – 25 of 216) sorted by relevance

123456789

/Zephyr-Core-2.7.6/samples/basic/fade_led/
DREADME.rst11 The LED starts off increases its brightness until it is fully or nearly fully
34 After flashing, the sample starts fading the LED as described above. It also
/Zephyr-Core-2.7.6/samples/net/sockets/can/
DREADME.rst17 * Receive function which starts to listen the CAN socket and prints
19 * Send function which starts to send raw CAN frames to the bus.
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/stackprot/src/
Dmain.c85 TC_PRINT("Starts %s\n", __func__); in alternate_thread()
106 * The main thread starts a second thread, which generates a stack check
111 * It starts the thread that tests stack protection, then prints out
/Zephyr-Core-2.7.6/tests/kernel/timer/timer_api/src/
Dmain.c178 * It initializes the timer with k_timer_init(), then starts the timer
209 * specific duration and period. Then starts the timer again, and check
242 * It initializes the timer with k_timer_init(), then starts the timer
279 * It initializes the timer with k_timer_init(), then starts the timer
319 * It initializes the timer with k_timer_init(), then starts the timer
361 * It initializes the timer with k_timer_init(), then starts the timer
430 * It initializes the timer with k_timer_init(), then starts the timer
444 /** TESTPOINT: status get upon timer starts */ in test_timer_status_get()
446 /** TESTPOINT: remaining get upon timer starts */ in test_timer_status_get()
459 * It initializes the timer with k_timer_init(), then starts the timer
[all …]
/Zephyr-Core-2.7.6/samples/boards/96b_argonkey/microphone/
DREADME.rst47 As soon as the acquisition starts the green LED glows. At the end of the
52 - audio acquisition starts: GRN on - RED off
89 acquisition starts (after green led glows) to avoid initial boot messages to enter in the file,
/Zephyr-Core-2.7.6/samples/basic/blinky_pwm/
DREADME.rst13 The LED starts blinking at a 1 Hz frequency. The frequency doubles every 4
77 After flashing, the sample starts blinking the LED as described above. It also
/Zephyr-Core-2.7.6/tests/misc/test_build/src/
Dmain.c53 K_SEM_DEFINE(threadA_sem, 1, 1); /* starts off "available" */
54 K_SEM_DEFINE(threadB_sem, 0, 1); /* starts off "not available" */
/Zephyr-Core-2.7.6/samples/subsys/tracing/src/
Dmain.c63 K_SEM_DEFINE(threadA_sem, 1, 1); /* starts off "available" */
64 K_SEM_DEFINE(threadB_sem, 0, 1); /* starts off "not available" */
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/stackprot/
DREADME.txt34 Starts main
35 Starts alternate_thread
/Zephyr-Core-2.7.6/include/arch/x86/
Dthread_stack.h52 * If a thread starts in supervisor mode, the page containing the
55 * If a thread starts in, or drops down to user mode, the privilege stack page
/Zephyr-Core-2.7.6/tests/benchmarks/latency_measure/src/
Dcoop_ctx_switch.c13 * The thread starts two cooperative thread. One thread waits on a semaphore. The other,
74 * Fiber starts, waits on semaphore. When the interrupt handler releases
/Zephyr-Core-2.7.6/tests/boards/intel_s1000_crb/main/src/
Dmain.c18 * semaphore starts off "available".
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/
DKconfig9 should be registered before application starts using
/Zephyr-Core-2.7.6/soc/arm/ti_simplelink/cc13x2_cc26x2/
DKconfig.soc31 Enable the ROM bootloader backdoor which starts the bootloader if the
/Zephyr-Core-2.7.6/samples/synchronization/src/
Dmain.c74 K_SEM_DEFINE(threadA_sem, 1, 1); /* starts off "available" */
75 K_SEM_DEFINE(threadB_sem, 0, 1); /* starts off "not available" */
/Zephyr-Core-2.7.6/tests/kernel/fifo/fifo_usage/src/
Dmain.c14 * Test Thread enters items into a fifo, starts the Child Thread
21 * Test Thread enters an item into fifo2, starts a Child Thread and
137 * @details Test Thread enters items into a fifo, starts the Child Thread
176 * @details test Thread enters an item into fifo2, starts a Child Thread and
/Zephyr-Core-2.7.6/samples/bluetooth/central_iso/
DREADME.rst13 starts sending data.
/Zephyr-Core-2.7.6/tests/drivers/i2s/i2s_api/src/
Dtest_i2s_loopback.c42 * - TX stream START trigger starts transmission.
43 * - RX stream START trigger starts reception.
108 * - TX stream START trigger starts transmission.
109 * - RX stream START trigger starts reception.
162 * - TX stream START trigger starts transmission.
163 * - sending RX stream START trigger after a delay starts reception on the next
/Zephyr-Core-2.7.6/doc/guides/debug_tools/
Dgdbstub.rst18 ``gdb_init()`` starts gdbstub service and waits for a GDB
/Zephyr-Core-2.7.6/dts/bindings/dsa/
Dmicrochip_dsa.yaml21 Set to indicate phase starts with asserted half-phase (CPHA=1).
/Zephyr-Core-2.7.6/tests/net/ipv6/src/
Dmain.c48 /* IPv6 header starts here */
54 /* ICMPv6 NS header starts here */
71 /* IPv6 header starts here */
77 /* ICMPv6 NS header starts here */
86 /* IPv6 header starts here */
92 /* ICMPv6 RA header starts here */
108 /* IPv6 header starts here (IPv6 addresses are wrong) */
114 /* Hop-by-hop option starts here */
116 /* RPL sub-option starts here */
118 /* UDP header starts here (checksum is "fixed" in this example) */
[all …]
/Zephyr-Core-2.7.6/samples/boards/stm32/power_mgmt/blinky/
DREADME.rst33 After flashing, the LED starts to blink.
/Zephyr-Core-2.7.6/samples/sensor/fxas21002/src/
Dmain.c11 K_SEM_DEFINE(sem, 0, 1); /* starts off "not available" */
/Zephyr-Core-2.7.6/samples/net/sockets/txtime/
DREADME.rst25 When the application is run, it starts to send UDP packets. You can start
/Zephyr-Core-2.7.6/samples/basic/blinky/
DREADME.rst44 After flashing, the LED starts to blink. Blinky does not print to the console.

123456789