Searched full:switched (Results 1 – 25 of 105) sorted by relevance
12345
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.cp9314 | 5 bool "CP9314 Switched Cap Converter regulator driver" 9 Enable the Cirrus Logic CP9314 Switched Cap Converter 17 Init priority for the Cirrus Logic CP9314 Switched Cap
|
/Zephyr-latest/dts/bindings/regulator/ |
D | cirrus,cp9314.yaml | 5 Cirrus CP9314 Buck Switched Cap DC/DC Converter 11 cirrus,initial-switched-capacitor-mode = "2:1"; 34 cirrus,initial-switched-capacitor-mode: 40 Desired switched capacitor ratio set at initialization. This entry will overwrite
|
/Zephyr-latest/samples/basic/custom_dts_binding/ |
D | README.rst | 23 We assume that a load with high current demands should be switched on or off via a MOSFET. The 48 The GPIO pin should be switched to active level after one second.
|
/Zephyr-latest/drivers/bbram/ |
D | Kconfig.stm32 | 15 powered-on by VBAT when the VDD power is switched off. They are not reset
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-bbram.yaml | 9 powered-on by VBAT when the VDD power is switched off. They are not reset
|
/Zephyr-latest/samples/boards/nordic/nrfx_prs/ |
D | sample.yaml | 20 - "Switched to SPIM"
|
/Zephyr-latest/soc/st/stm32/stm32u5x/ |
D | Kconfig | 32 SRAMs can be totally or partially switched off to further reduce consumption.
|
/Zephyr-latest/tests/kernel/ipi_cascade/src/ |
D | main.c | 24 * Since T1 is of higher priority than T4, T4 should get switched out for T1 135 /* 8.1 - T4 has been switched in. Flag that it is now ready. in thread4_entry() 146 * Due to the IPI cascades, T4 will get switched out for T1. in thread4_entry() 241 * This will cause the current thread (T1) to be switched out for T3. in ZTEST()
|
/Zephyr-latest/scripts/net/ |
D | README.txt | 58 with the echo_server the IP addresses are switched between Zephyr and Docker 61 address setup for each sample test, be it the default ones or the switched
|
/Zephyr-latest/dts/bindings/iio/afe/ |
D | voltage-divider.yaml | 45 `power-gpios`. In most cases the switched voltage rail will
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 103 floating point registers, if the switched-out thread has been using them. 105 the thread's stack. If the switched-in thread has been using the floating 107 the switched-in thread and the *caller-saved* FP context is restored from 180 floating point registers, if the switched-out thread has been using them. 182 the thread's stack. If the switched-in thread has been using the floating 184 the switched-in thread and the *caller-saved* FP context is restored from 240 the switched-out thread. Floating point registers are saved on the thread's
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | swap.S | 36 * thread depends on whether that thread was preemptively context switched out. 38 * signify that the thread was preemptively context switched out, and thus both 166 * _and_ whether the thread was context switched out preemptively. 202 * was preemptively context switched. 242 * was previously preemptively context switched out.
|
/Zephyr-latest/soc/espressif/ |
D | Kconfig | 56 If the crystal could not start, it will be switched to internal RC.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_userspace.rst | 23 to privileged mode, the stack is switched to use the privileged stack, and the
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,trinamic-ramp-generator.yaml | 120 - Voltage PWM mode StealthChop is switched off, if configured 133 - Voltage PWM mode StealthChop is switched off, if configured
|
/Zephyr-latest/dts/bindings/pwm/ |
D | microchip,xec-pwmbbled.yaml | 53 When BBLED enter into Suspend state, 48MHz clock will be switched off by
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | exc_exit.S | 38 * We have to put $sp_usr back into $sp since we switched to 179 * r0-r3 are either the values from the thread before it was switched 249 /* Return to the switched thread */
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | stack.h | 37 * pointer) register, and switched to automatically when taking an exception.
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | thread.h | 112 * thread is switched-out. The value is copied from LR when 114 * switched in again, the value is restored to LR before
|
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/ |
D | main.c | 118 zassert_not_null(backend, "Unexpectedly all active backends switched the logging format"); in test_log_switch_format_set_all_active_backends() 123 zassert_is_null(backend, "Not all active backends have switched logging formats"); in test_log_switch_format_set_all_active_backends()
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | cpu_wait.c | 46 * time would be spent on interrupt handling or possible switched-in tasks.
|
/Zephyr-latest/arch/arm/include/cortex_a_r/ |
D | kernel_arch_func.h | 50 * thread has been context-switched-in again. in arch_swap()
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | irq.h | 61 * to call C ISR handlers because sp will be switched to bank1's sp which 67 * the stack checking can raise stack check exception as sp is switched to
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | Kconfig | 77 single-byte output buffer can be selected/switched to generate a
|
/Zephyr-latest/boards/native/native_posix/ |
D | cpu_wait.c | 54 * time would be spent on interrupt handling or possible switched-in tasks.
|
12345