Searched full:starts (Results 1 – 25 of 216) sorted by relevance
123456789
/Zephyr-Core-2.7.6/samples/basic/fade_led/ |
D | README.rst | 11 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/ |
D | README.rst | 17 * 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/ |
D | main.c | 85 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/ |
D | main.c | 178 * 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/ |
D | README.rst | 47 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/ |
D | README.rst | 13 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/ |
D | main.c | 53 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/ |
D | main.c | 63 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/ |
D | README.txt | 34 Starts main 35 Starts alternate_thread
|
/Zephyr-Core-2.7.6/include/arch/x86/ |
D | thread_stack.h | 52 * 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/ |
D | coop_ctx_switch.c | 13 * 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/ |
D | main.c | 18 * semaphore starts off "available".
|
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/ |
D | Kconfig | 9 should be registered before application starts using
|
/Zephyr-Core-2.7.6/soc/arm/ti_simplelink/cc13x2_cc26x2/ |
D | Kconfig.soc | 31 Enable the ROM bootloader backdoor which starts the bootloader if the
|
/Zephyr-Core-2.7.6/samples/synchronization/src/ |
D | main.c | 74 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/ |
D | main.c | 14 * 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/ |
D | README.rst | 13 starts sending data.
|
/Zephyr-Core-2.7.6/tests/drivers/i2s/i2s_api/src/ |
D | test_i2s_loopback.c | 42 * - 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/ |
D | gdbstub.rst | 18 ``gdb_init()`` starts gdbstub service and waits for a GDB
|
/Zephyr-Core-2.7.6/dts/bindings/dsa/ |
D | microchip_dsa.yaml | 21 Set to indicate phase starts with asserted half-phase (CPHA=1).
|
/Zephyr-Core-2.7.6/tests/net/ipv6/src/ |
D | main.c | 48 /* 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/ |
D | README.rst | 33 After flashing, the LED starts to blink.
|
/Zephyr-Core-2.7.6/samples/sensor/fxas21002/src/ |
D | main.c | 11 K_SEM_DEFINE(sem, 0, 1); /* starts off "not available" */
|
/Zephyr-Core-2.7.6/samples/net/sockets/txtime/ |
D | README.rst | 25 When the application is run, it starts to send UDP packets. You can start
|
/Zephyr-Core-2.7.6/samples/basic/blinky/ |
D | README.rst | 44 After flashing, the LED starts to blink. Blinky does not print to the console.
|
123456789