Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/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-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h22 #define TEMP_MAX 0x4E20 macro
Ddevice_composition.c1781 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_set_unack()
1860 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_set()
1999 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_default_set_unack()
2030 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_default_set()
2083 if (min < TEMP_MIN || min > TEMP_MAX || in light_ctl_temp_range_set_unack()
2084 max < TEMP_MIN || max > TEMP_MAX) { in light_ctl_temp_range_set_unack()
2119 if (min < TEMP_MIN || min > TEMP_MAX || in light_ctl_temp_range_set()
2120 max < TEMP_MIN || max > TEMP_MAX) { in light_ctl_temp_range_set()
2284 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_temp_set_unack()
2359 if (temp < TEMP_MIN || temp > TEMP_MAX) { in light_ctl_temp_set()