Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h21 #define TEMP_MIN 0x0320 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()
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c32 ctl->temp->range_min = TEMP_MIN; in light_default_var_init()