Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dperiphs.c79 #define MOTION_TIMEOUT K_MINUTES(30) macro
90 k_work_schedule(&motion_work, MOTION_TIMEOUT); in motion_timeout()
116 k_work_reschedule(&motion_work, MOTION_TIMEOUT); in motion_handler()
136 k_work_schedule(&motion_work, MOTION_TIMEOUT); in configure_accel()