Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.6.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.6.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.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/
DCMakeLists.txt18 src/mesh/transition.c
/Zephyr-Core-3.6.0/drivers/input/
DKconfig.npcx21 low-to-high transition time.
/Zephyr-Core-3.6.0/doc/services/pm/
Dsystem.rst52 power state the system should transition to based on states defined by the
81 to decide which power state the system should transition to based on the
/Zephyr-Core-3.6.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.6.0/doc/_static/js/
Ddark-mode-toggle.min.mjs2transition:visibility 0s}aside [part=permanentLabel]:empty{display:none}@media (hover:hover){aside…
/Zephyr-Core-3.6.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.6.0/drivers/espi/
DKconfig.npcx42 (with low probability) cause the eSPI_SIF module to transition to
/Zephyr-Core-3.6.0/kernel/
DKconfig.vm31 1. It is the architecture's responsibility to transition the
39 transition simpler).
/Zephyr-Core-3.6.0/doc/releases/
Dindex.rst90 users transition from the previous release.
/Zephyr-Core-3.6.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.6.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.6.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h576 uint8_t transition, uint8_t *status, uint8_t *phase);
/Zephyr-Core-3.6.0/doc/security/
Dreporting.rst21 Issues within this bug tracking system will transition through a
/Zephyr-Core-3.6.0/dts/arm/nxp/
Dnxp_rt11xx.dtsi58 * savings, and associated transition (residency) times.
62 * short periods, and better power savings with longer transition
/Zephyr-Core-3.6.0/doc/services/smf/
Dindex.rst78 To transition from one state to another, the ``smf_set_state`` function is
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h752 uint8_t transition; member
/Zephyr-Core-3.6.0/doc/develop/west/
Dwest-apis.rst181 These were introduced to enable a transition from the deprecated
/Zephyr-Core-3.6.0/scripts/
Dspelling.txt1555 tansition||transition
1582 transision||transition
/Zephyr-Core-3.6.0/
DKconfig.zephyr893 This option is deprecated, users should transition to using DTS to set this, if needed.
905 non-0 value. Please transition to using devicetree.

12