Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.h24 CTL_DELTA_UV enumerator
Dstate_binding.c162 case CTL_DELTA_UV: in set_target()
199 case CTL_DELTA_UV: in get_current()
227 case CTL_DELTA_UV: in get_target()
Ddevice_composition.c1824 set_target(CTL_DELTA_UV, &delta_uv); in light_ctl_set_unack()
1904 set_target(CTL_DELTA_UV, &delta_uv); in light_ctl_set()
2225 net_buf_simple_add_le16(msg, (int16_t) get_current(CTL_DELTA_UV)); in light_ctl_temp_get()
2235 net_buf_simple_add_le16(msg, (int16_t) get_target(CTL_DELTA_UV)); in light_ctl_temp_get()
2258 net_buf_simple_add_le16(msg, (int16_t) get_current(CTL_DELTA_UV)); in light_ctl_temp_publish()
2263 net_buf_simple_add_le16(msg, (int16_t) get_target(CTL_DELTA_UV)); in light_ctl_temp_publish()
2326 set_target(CTL_DELTA_UV, &delta_uv); in light_ctl_temp_set_unack()
2402 set_target(CTL_DELTA_UV, &delta_uv); in light_ctl_temp_set()