Searched full:enters (Results 1 – 25 of 82) sorted by relevance
1234
/Zephyr-latest/drivers/timer/ |
D | cortex_m_systick.h | 18 * the system enters a low-power mode. 29 * (2) The system enters in low-power mode 39 * NOTE: the hooks are not invoked when the system enters in low-power 54 * Note that this hook is not called if the system enters low-power
|
D | Kconfig | 28 correct system uptime count when the system enters idle.
|
/Zephyr-latest/tests/kernel/fifo/fifo_usage/src/ |
D | main.c | 14 * Test Thread enters items into a fifo, starts the Child Thread 16 * the fifo and enters some items back into the fifo. 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 139 * the fifo and enters some items back into the fifo. Child Thread 176 * @details test Thread enters an item into fifo2, starts a Child Thread and
|
/Zephyr-latest/tests/integration/kernel/src/ |
D | main.c | 23 /* Thread A enters items into a fifo, starts Thread B and waits for a semaphore. */ 24 /* Thread B extracts all items from the fifo and enters some items back into the fifo. */ 91 /* Thread A enters items into a lifo, starts Thread B and waits for a semaphore. */ 92 /* Thread B extracts all items from the lifo and enters some items back into the lifo. */ 160 /* Thread A enters items into a stack, starts thread B and waits for a semaphore. */ 161 /* Thread B extracts all items from the stack and enters some items back into the stack. */
|
/Zephyr-latest/dts/bindings/counter/ |
D | nxp,s32-sys-timer.yaml | 29 description: Stops the timer when the chip enters Debug mode.
|
/Zephyr-latest/dts/bindings/power-domain/ |
D | power-domain-soc-state-change.yaml | 19 enters these PM states. The devices will be turned on after the
|
/Zephyr-latest/samples/subsys/debug/debugmon/ |
D | README.rst | 40 After flashing the board enters a breakpoint and executes debug monitor exception code.
|
/Zephyr-latest/arch/posix/core/ |
D | cpuhalt.c | 18 * atomically re-enables interrupts and enters low power mode.
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 52 The timer's status is reset to zero, and then the timer enters 65 If the timer's period is zero the timer enters the stopped state; 69 The timer's status is left unchanged, then the timer enters the stopped state
|
/Zephyr-latest/samples/subsys/debug/debugmon/src/ |
D | main.c | 41 * enters a breakpoint while debugging in monitor mode.
|
/Zephyr-latest/arch/riscv/core/ |
D | reset.S | 91 * and then enters kernel z_cstart
|
/Zephyr-latest/dts/bindings/misc/ |
D | nxp,s32-emios.yaml | 108 description: Freeze internal counter when the chip enters Debug mode.
|
/Zephyr-latest/tests/kernel/stack/stack/src/ |
D | main.c | 14 * Test thread enters items into a stack, starts the Child thread and 16 * and enters some items back into the stack. Child thread gives the 21 * Test thread enters an item into stack2, starts a Child thread and
|
/Zephyr-latest/soc/nordic/nrf52/ |
D | Kconfig | 111 sometimes wrong. This occurs when the system enters IDLE and stops the
|
/Zephyr-latest/doc/services/debugging/ |
D | debugmon.rst | 24 every time the program enters a breakpoint.
|
/Zephyr-latest/tests/kernel/smp_abort/src/ |
D | main.c | 65 * Each ISR will wait until the next thread enters its ISR in ZTEST()
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | npm2100.h | 94 * Enters low power state, and wakes after specified time or "shphld" pin signal.
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 71 changes, including when a service begins turning off or enters an error
|
/Zephyr-latest/soc/nxp/imx/imx8m/m4_quad/ |
D | soc.c | 102 * enters the low power state in SOC_ClockInit()
|
/Zephyr-latest/drivers/sensor/jedec/jc42/ |
D | jc42.h | 37 * * Bit 8 enters shutdown mode
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | power.c | 62 /* The steps that npcx ec enters sleep/deep mode and leaves it. */ 173 * enters system sleep mode. in npcx_power_enter_system_sleep()
|
/Zephyr-latest/tests/kernel/context/src/ |
D | main.c | 309 * -# Record system time before cpu enters idle state 315 * - cpu enters idle state for a given time 318 * - Success if the cpu enters idle state, failure otherwise. 355 * -# Record system time before cpu enters idle state 361 * - cpu enters idle state for a given time 364 * - Success if the cpu enters idle state, failure otherwise.
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 120 description: Freeze individual internal counter when the chip enters Debug mode.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_srv.rst | 87 After a transfer is successfully recovered, the BLOB Transfer Server enters the suspended state. It
|
/Zephyr-latest/arch/nios2/core/ |
D | crt0.S | 144 * and then enters z_cstart */
|
1234