Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 25 of 147) sorted by relevance

123456

/Zephyr-latest/samples/drivers/led/pwm/
DKconfig5 int "Blinking delay for short cycle demo"
8 Specifies the LED on/off delay in milliseconds for short cycle
10 If set to 0, the short-cycle blinking demo will not be performed.
13 int "Blinking delay for long cycle demo"
16 Specifies the LED on/off delay in milliseconds for long cycle
18 If set to 0, the long-cycle blinking demo will not be performed.
/Zephyr-latest/samples/drivers/charger/
DREADME.rst16 cycle.
17 - After the charge cycle is initiated, the sample application will check the status property of the
19 - Once the charger device reports that the charge cycle has completed, the application returns.
21 Note that this sample terminates once the charge cycle completes and does not attempt to "top-off"
23 health state and the implications the environment may have on the charge cycle execution. The
/Zephyr-latest/include/zephyr/pm/
Dpolicy.h241 static inline void pm_policy_event_register(struct pm_policy_event *evt, uint32_t cycle) in pm_policy_event_register() argument
244 ARG_UNUSED(cycle); in pm_policy_event_register()
247 static inline void pm_policy_event_update(struct pm_policy_event *evt, uint32_t cycle) in pm_policy_event_update() argument
250 ARG_UNUSED(cycle); in pm_policy_event_update()
/Zephyr-latest/drivers/pwm/
DKconfig.it8xxx213 Supports three 16-bit prescalers each with 8-bit cycle timer, and
14 eight PWM channels each with 8-bit duty cycle.
/Zephyr-latest/doc/hardware/peripherals/
Dcharger.rst13 The action of charging a battery pack is referred to as a charge cycle. When the charge cycle is
26 A charge cycle is initiated or terminated using :c:func:`charger_charge_enable`.
/Zephyr-latest/samples/sensor/vcnl4040/boards/
Dadafruit_feather_stm32f405.overlay13 led-duty-cycle = <320>;
/Zephyr-latest/samples/basic/fade_led/
DREADME.rst14 cycle. Each cycle takes 2.5 seconds, and the cycles repeat forever. The PWM
/Zephyr-latest/drivers/clock_control/
DKconfig.litex13 such as phase, duty cycle, frequency for up to 7
/Zephyr-latest/drivers/espi/
DKconfig.it8xxx2132 # status bit to indicate which cycle triggered the interrupt and data registers
138 bool "EC accepts 0x81 I/O cycle from eSPI transaction"
141 With this option enabled, EC will accept 0x81 I/O cycle from the Host.
/Zephyr-latest/subsys/bluetooth/host/
Dmonitor.c191 uint64_t cycle; in monitor_ts_get() local
194 cycle = k_cycle_get_64(); in monitor_ts_get()
196 cycle = k_cycle_get_32(); in monitor_ts_get()
199 return (cycle / (sys_clock_hw_cycles_per_sec() / MONITOR_TS_FREQ)); in monitor_ts_get()
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst42 ``libzfoo`` also depends on ``libposix``, then there is a dependency cycle. The cycle can be
46 :caption: Dependency cycle between POSIX and another Zephyr library
/Zephyr-latest/samples/basic/threads/
DREADME.rst17 - ``blink0()`` controls ``led0`` and has a 100ms sleep cycle
18 - ``blink1()`` controls ``led1`` and has a 1000ms sleep cycle
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst11 …lock Manager (MMCM) module to generate up to 7 clocks with defined phase, frequency and duty cycle.
41 …with default frequency set to 100MHz, 0 degrees phase offset and 50% duty cycle. Special care shou…
51 …is code will try to set on ``clk0`` frequency 50MHz, 90 degrees of phase offset and 75% duty cycle.
80 * Duty cycle range,
/Zephyr-latest/drivers/led_strip/
DKconfig.lpd880x16 duty cycle can be set at 7 bit resolution via a
/Zephyr-latest/subsys/usb/usb_c/
DKconfig38 int "USB-C state machine cycle time in milliseconds"
41 The USB-C state machine is run in a loop and the cycle time is the
/Zephyr-latest/samples/sensor/sgp40_sht4x/
DKconfig17 Maximum duty cycle for using the heater is 5%
/Zephyr-latest/samples/basic/blinky_pwm/
DREADME.rst15 seconds until it returns to 1 Hz, completing a single blinking cycle. This
16 faster-then-slower blinking cycle then repeats forever.
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst20 between each numbered step and for the whole cycle, and a running
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/
DKconfig28 considered a PASS. For example, if set to 5, the measured period or duty cycle
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME16 GPIO pin on every cycle - first cycle will be a rising edge. This test expects
78 test cycle starts, so that the external tool can be set up.
/Zephyr-latest/drivers/reset/
DKconfig25 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.c295 led_control->speed, led_control->color_idx, led_control->cycle} in fps_led_control()
445 .cycle = 0x01, in fps_get_image()
550 .cycle = 0x01, in fps_store_model()
574 led_ctrl.cycle = 0x03; in fps_store_model()
671 .cycle = 0x01, in fps_search()
696 led_ctrl.cycle = 0x01; in fps_search()
704 led_ctrl.cycle = 0x02; in fps_search()
769 .cycle = 0x01, in fps_match_templates()
982 .cycle = 0x02, in fps_init()
Dgrow_r502a.h177 uint8_t cycle; /* Number of cycles | 0-infinite, 1-255 */ member
/Zephyr-latest/drivers/syscon/
DKconfig38 initialized earlier in the startup cycle. If unsure, leave at default
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst14 VBAT is preserved, the incremented value will be shown on the next power-cycle.

123456