Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_pwm/common_mode/
Dmain.c90 static uint32_t curr_loop = 1; in pwm_handler() local
92 NRFX_LOG_INFO("Loops: %u / %lu", curr_loop, NUM_OF_LOOPS); in pwm_handler()
94 if (curr_loop == NUM_OF_LOOPS) in pwm_handler()
99 curr_loop++; in pwm_handler()