Home
last modified time | relevance | path

Searched refs:STATE_ON (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dstate_binding.c120 } else if (onoff == STATE_ON) { in set_target()
179 return STATE_ON; in get_current()
182 return STATE_ON; in get_current()
211 return STATE_ON; in get_target()
Ddevice_composition.h14 #define STATE_ON 0x01 macro
Dpublisher.c209 static uint8_t state = STATE_ON; in publish()
Ddevice_composition.c132 if (onoff > STATE_ON) { in gen_onoff_set_unack()
201 if (onoff > STATE_ON) { in gen_onoff_set()
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/
Dmesh.h8 #define STATE_ON 0x01 macro
Dmesh.c214 if (onoff > STATE_ON) { in gen_onoff_set_unack()
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/
Dmain.c92 gpio_pin_set_dt(&led_device[1], vnd_user_data.current == STATE_ON); in update_vnd_led_gpio()