Searched defs:stm32_timer_cnt (Results 1 – 2 of 2) sorted by relevance
30 struct stm32_timer_cnt { struct31 struct counter_device counter;32 struct regmap *regmap;33 struct clk *clk;34 u32 max_arr;35 bool enabled;36 struct stm32_timer_regs bak;
31 struct stm32_timer_cnt { struct49 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() argument