Searched refs:stm32_timer_calc_value (Results 1 – 1 of 1) sorted by relevance
224 static uint64_t stm32_timer_calc_value(stm32_timer_capture_t *tc, uint32_t sr, uint32_t val) { in stm32_timer_calc_value() function242 return tc->chan[chan].cb(stm32_timer_calc_value(tc, sr, val)); in stm32_timer_capture_chan_irq()363 uint64_t value = stm32_timer_calc_value(tc, sr, cnt); in stm32_timer_capture_get_counter()
Completed in 112 milliseconds