/Zephyr-Core-3.6.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.6.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.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/ |
D | CMakeLists.txt | 18 src/mesh/transition.c
|
/Zephyr-Core-3.6.0/drivers/input/ |
D | Kconfig.npcx | 21 low-to-high transition time.
|
/Zephyr-Core-3.6.0/doc/services/pm/ |
D | system.rst | 52 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/ |
D | main.c | 117 if (ctl->transition->counter == 0 || reset == false) { in update_light_state()
|
/Zephyr-Core-3.6.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.6.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.6.0/drivers/espi/ |
D | Kconfig.npcx | 42 (with low probability) cause the eSPI_SIF module to transition to
|
/Zephyr-Core-3.6.0/kernel/ |
D | Kconfig.vm | 31 1. It is the architecture's responsibility to transition the 39 transition simpler).
|
/Zephyr-Core-3.6.0/doc/releases/ |
D | index.rst | 90 users transition from the previous release.
|
/Zephyr-Core-3.6.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.6.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.6.0/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 576 uint8_t transition, uint8_t *status, uint8_t *phase);
|
/Zephyr-Core-3.6.0/doc/security/ |
D | reporting.rst | 21 Issues within this bug tracking system will transition through a
|
/Zephyr-Core-3.6.0/dts/arm/nxp/ |
D | nxp_rt11xx.dtsi | 58 * savings, and associated transition (residency) times. 62 * short periods, and better power savings with longer transition
|
/Zephyr-Core-3.6.0/doc/services/smf/ |
D | index.rst | 78 To transition from one state to another, the ``smf_set_state`` function is
|
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 752 uint8_t transition; member
|
/Zephyr-Core-3.6.0/doc/develop/west/ |
D | west-apis.rst | 181 These were introduced to enable a transition from the deprecated
|
/Zephyr-Core-3.6.0/scripts/ |
D | spelling.txt | 1555 tansition||transition 1582 transision||transition
|
/Zephyr-Core-3.6.0/ |
D | Kconfig.zephyr | 893 This option is deprecated, users should transition to using DTS to set this, if needed. 905 non-0 value. Please transition to using devicetree.
|