Home
last modified time | relevance | path

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

/Zephyr-latest/samples/sensor/vcnl4040/src/
Dmain.c133 const struct device *const vcnl = DEVICE_DT_GET_ONE(vishay_vcnl4040); in main() local
135 if (!device_is_ready(vcnl)) { in main()
141 test_polling_mode(vcnl); in main()
145 test_trigger_mode(vcnl); in main()