Home
last modified time | relevance | path

Searched refs:constrain_temperature (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.h28 uint16_t constrain_temperature(uint16_t temp);
Dstate_binding.c68 uint16_t constrain_temperature(uint16_t temp) in constrain_temperature() function
159 ctl->temp->target = constrain_temperature(ctl->temp->target); in set_target()
Ddevice_composition.c2004 temp = constrain_temperature(temp); in light_ctl_default_set_unack()
2035 temp = constrain_temperature(temp); in light_ctl_default_set()
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c60 ctl->temp->def = constrain_temperature(ctl->temp->def); in light_default_status_init()
61 ctl->temp->target = constrain_temperature(ctl->temp->target); in light_default_status_init()