/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | transition.c | 20 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 …]
|
D | device_composition.c | 55 .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 …]
|
D | transition.h | 39 void calculate_rt(struct transition_data *transition);
|
D | device_composition.h | 90 struct transition_data *transition; member
|
/Zephyr-Core-3.7.0/doc/services/resource_management/ |
D | index.rst | 33 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/ |
D | CMakeLists.txt | 18 src/mesh/transition.c
|
/Zephyr-Core-3.7.0/drivers/input/ |
D | Kconfig.npcx | 21 low-to-high transition time.
|
/Zephyr-Core-3.7.0/lib/smf/ |
D | Kconfig | 20 If y, then each state can have an initial transition to a sub-state
|
/Zephyr-Core-3.7.0/doc/services/smf/ |
D | index.rst | 75 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/ |
D | system.rst | 13 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/ |
D | ambiq_apollo4p.dtsi | 33 * 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/ |
D | main.c | 117 if (ctl->transition->counter == 0 || reset == false) { in update_light_state()
|
/Zephyr-Core-3.7.0/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …transition:visibility 0s}aside [part=permanentLabel]:empty{display:none}@media (hover:hover){aside…
|
/Zephyr-Core-3.7.0/samples/subsys/smf/hsm_psicc2/ |
D | README.rst | 33 https://www.state-machine.com/psicc2 This demo was chosen as it contains all possible transition
|
/Zephyr-Core-3.7.0/doc/hardware/peripherals/ |
D | dma.rst | 42 DMA channels should be viewed as state machines that the DMA API provides transition events for in
|
D | bc12.rst | 47 The application calls ``bc12_set_role()`` to transition the BC1.2 device to
|
/Zephyr-Core-3.7.0/drivers/espi/ |
D | Kconfig.npcx | 42 (with low probability) cause the eSPI_SIF module to transition to
|
/Zephyr-Core-3.7.0/kernel/ |
D | Kconfig.vm | 31 1. It is the architecture's responsibility to transition the 39 transition simpler).
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | index.rst | 93 users transition from the previous release.
|
/Zephyr-Core-3.7.0/doc/_doxygen/ |
D | doxygen-awesome.css | 1179 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; 2439 …transition: opacity var(--animation-duration) ease-in-out, color var(--animation-duration) ease-in… 2528 …transition: background-color var(--animation-duration) ease-in-out, font-weight var(--animation-du… 2556 …transition: width var(--animation-duration) ease-in-out, height var(--animation-duration) ease-in-… [all …]
|
/Zephyr-Core-3.7.0/subsys/pm/ |
D | Kconfig | 79 that when the system transition to them, cause power loss in the device.
|
/Zephyr-Core-3.7.0/boards/weact/mini_stm32h743/doc/ |
D | index.rst | 164 Upon successful execution of these steps, the device will transition into
|
/Zephyr-Core-3.7.0/doc/kernel/services/scheduling/ |
D | index.rst | 19 - 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/ |
D | cfg_cli.h | 576 uint8_t transition, uint8_t *status, uint8_t *phase);
|
/Zephyr-Core-3.7.0/doc/security/ |
D | reporting.rst | 21 Issues within this bug tracking system will transition through a
|