Home
last modified time | relevance | path

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

/lk-master/platform/stm32f0xx/
A Dtimer_capture.c224 static uint64_t stm32_timer_calc_value(stm32_timer_capture_t *tc, uint32_t sr, uint32_t val) { in stm32_timer_calc_value() function
242 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