Searched refs:stm32_timer_capture_t (Results 1 – 2 of 2) sorted by relevance
/lk-master/platform/stm32f0xx/include/platform/ |
A D | timer_capture.h | 33 } stm32_timer_capture_t; typedef 39 status_t stm32_timer_capture_setup(stm32_timer_capture_t *tc, int timer, uint16_t prescaler); 41 uint64_t stm32_timer_capture_get_counter(stm32_timer_capture_t *tc);
|
/lk-master/platform/stm32f0xx/ |
A D | timer_capture.c | 117 static stm32_timer_capture_t *stm32_timer_capture_data[STM32_NUM_TIMERS]; 165 static void stm32_timer_capture_setup_chan(stm32_timer_capture_t *tc, int chan) { in stm32_timer_capture_setup_chan() 191 static uint32_t stm32_timer_get_ccr(stm32_timer_capture_t *tc, int chan) { in stm32_timer_get_ccr() 205 static uint64_t stm32_timer_inc_overflow(stm32_timer_capture_t *tc, uint64_t overflow) { in stm32_timer_inc_overflow() 215 static uint32_t stm32_timer_median_val(stm32_timer_capture_t *tc) { in stm32_timer_median_val() 224 static uint64_t stm32_timer_calc_value(stm32_timer_capture_t *tc, uint32_t sr, uint32_t val) { in stm32_timer_calc_value() 236 static bool stm32_timer_capture_chan_irq(stm32_timer_capture_t *tc, uint32_t sr, int chan) { in stm32_timer_capture_chan_irq() 251 stm32_timer_capture_t *tc = stm32_timer_capture_data[index]; in stm32_timer_capture_irq() 318 status_t stm32_timer_capture_setup(stm32_timer_capture_t *tc, int timer, uint16_t prescaler) { in stm32_timer_capture_setup() 356 uint64_t stm32_timer_capture_get_counter(stm32_timer_capture_t *tc) { in stm32_timer_capture_get_counter()
|
Completed in 7 milliseconds