Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dtransition.c20 void calculate_rt(struct transition_data *transition) in calculate_rt() argument
26 if (transition->type == MOVE) { in calculate_rt()
27 transition->rt = UNKNOWN_VALUE; in calculate_rt()
31 if (transition->just_started) { in calculate_rt()
32 transition->rt = transition->tt; in calculate_rt()
35 duration_remainder = transition->total_duration - in calculate_rt()
36 (now - transition->start_timestamp); in calculate_rt()
59 transition->rt = (resolution << 6) | steps; in calculate_rt()
65 static bool set_transition_counter(struct transition_data *transition) in set_transition_counter() argument
69 resolution = (transition->tt >> 6); in set_transition_counter()
[all …]
Ddevice_composition.c55 .transition = &onoff_transition,
84 if (ctl->transition->counter) { in gen_onoff_get()
85 calculate_rt(ctl->transition); in gen_onoff_get()
87 net_buf_simple_add_u8(msg, ctl->transition->rt); in gen_onoff_get()
110 if (ctl->transition->counter) { in gen_onoff_publish()
111 calculate_rt(ctl->transition); in gen_onoff_publish()
113 net_buf_simple_add_u8(msg, ctl->transition->rt); in gen_onoff_publish()
161 ctl->transition->counter = 0U; in gen_onoff_set_unack()
162 k_timer_stop(&ctl->transition->timer); in gen_onoff_set_unack()
168 ctl->transition->tt = tt; in gen_onoff_set_unack()
[all …]
Dtransition.h39 void calculate_rt(struct transition_data *transition);
Ddevice_composition.h90 struct transition_data *transition; member
/Zephyr-Core-3.7.0/doc/services/resource_management/
Dindex.rst33 in the off state. The service may also be in a transition to a given
38 transition). The service manages the state based on calls to
45 transition from off to on, from on to off, and optionally from an
50 cancellation has no effect on the in-progress transition.
51 * Requests to turn on may be queued while a transition to off is in
63 Failures in executing a transition are recorded and inhibit further
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/
DCMakeLists.txt18 src/mesh/transition.c
/Zephyr-Core-3.7.0/drivers/input/
DKconfig.npcx21 low-to-high transition time.
/Zephyr-Core-3.7.0/lib/smf/
DKconfig20 If y, then each state can have an initial transition to a sub-state
/Zephyr-Core-3.7.0/doc/services/smf/
Dindex.rst75 This example creates three hierarchical states with an initial transition
92 To transition from one state to another, the :c:func:`smf_set_state`
98 child state to transition to. Transitioning to a parent state is OK
99 if an initial transition to a child state is defined. A well-formed
105 log and no transition will occur.
134 transition, unless said transition is a transition to self.
141 1. Executing the actions associated with the transition within the context
143 2. Only allowing external transitions to self, not to sub-states. A transition
144 from a superstate to a child state is treated as a local transition.
/Zephyr-Core-3.7.0/doc/services/pm/
Dsystem.rst13 the appropriate power state to transition to based on the configured power management policy.
90 for deciding which power state the system should transition to.
119 to decide which power state the system should transition to based on the
/Zephyr-Core-3.7.0/dts/arm/ambiq/
Dambiq_apollo4p.dtsi33 * transition time are both lower than 1us, but
45 * As Apollo4 datasheet, run_to_deepsleep transition
47 * transition time is about 25us, but considering
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c117 if (ctl->transition->counter == 0 || reset == false) { in update_light_state()
/Zephyr-Core-3.7.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2transition:visibility 0s}aside [part=permanentLabel]:empty{display:none}@media (hover:hover){aside…
/Zephyr-Core-3.7.0/samples/subsys/smf/hsm_psicc2/
DREADME.rst33 https://www.state-machine.com/psicc2 This demo was chosen as it contains all possible transition
/Zephyr-Core-3.7.0/doc/hardware/peripherals/
Ddma.rst42 DMA channels should be viewed as state machines that the DMA API provides transition events for in
Dbc12.rst47 The application calls ``bc12_set_role()`` to transition the BC1.2 device to
/Zephyr-Core-3.7.0/drivers/espi/
DKconfig.npcx42 (with low probability) cause the eSPI_SIF module to transition to
/Zephyr-Core-3.7.0/kernel/
DKconfig.vm31 1. It is the architecture's responsibility to transition the
39 transition simpler).
/Zephyr-Core-3.7.0/doc/releases/
Dindex.rst93 users transition from the previous release.
/Zephyr-Core-3.7.0/doc/_doxygen/
Ddoxygen-awesome.css1179 transition: transform var(--animation-duration) ease-out;
1189 transition: max-height 0.2s ease-in-out;
1460 transition: none;
1786 transition: none;
1850 transition: none;
1876 transition: transform var(--animation-duration) ease-out;
2354 transition: transform var(--animation-duration) ease-in-out;
2439transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in…
2528transition: background-color var(--animation-duration) ease-in-out, font-weight var(--animation-du…
2556transition: width var(--animation-duration) ease-in-out, height var(--animation-duration) ease-in-…
[all …]
/Zephyr-Core-3.7.0/subsys/pm/
DKconfig79 that when the system transition to them, cause power loss in the device.
/Zephyr-Core-3.7.0/boards/weact/mini_stm32h743/doc/
Dindex.rst164 Upon successful execution of these steps, the device will transition into
/Zephyr-Core-3.7.0/doc/kernel/services/scheduling/
Dindex.rst19 - transition of a thread from running state to a suspended or waiting
21 - transition of a thread to the :ref:`ready state <thread_states>`, for
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h576 uint8_t transition, uint8_t *status, uint8_t *phase);
/Zephyr-Core-3.7.0/doc/security/
Dreporting.rst21 Issues within this bug tracking system will transition through a

12