Home
last modified time | relevance | path

Searched refs:TEMP_MAX (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c33 ctl->temp->range_max = TEMP_MAX; in light_default_var_init()
34 ctl->temp->def = TEMP_MAX; in light_default_var_init()
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h22 #define TEMP_MAX 0x4E20 macro
Ddevice_composition.c1783 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_set_unack()
1862 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_set()
2001 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_default_set_unack()
2032 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_default_set()
2085 if (min < TEMP_MIN || min > TEMP_MAX || in light_ctl_temp_range_set_unack()
2086 max < TEMP_MIN || max > TEMP_MAX) { in light_ctl_temp_range_set_unack()
2121 if (min < TEMP_MIN || min > TEMP_MAX || in light_ctl_temp_range_set()
2122 max < TEMP_MIN || max > TEMP_MAX) { in light_ctl_temp_range_set()
2286 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_temp_set_unack()
2361 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_temp_set()