You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the configred clocks for timer TIM2 on my stm32h743vgt6. This let clk = ccdr.peripheral.TIM2::get_clk(&ccdr.clocks).unwrap().raw(); produces an error:
I want to get the configred clocks for timer TIM2 on my stm32h743vgt6. This
let clk = ccdr.peripheral.TIM2::get_clk(&ccdr.clocks).unwrap().raw();
produces an error:I do have the use
stm32h7xx_hal::timer::GetClk
trait in scope. What is the problem?The text was updated successfully, but these errors were encountered: