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
Functions like HrtimOenr::set_t1oen currently only support channels A-E.
(Almost?) every function that contains a assert!(n < 5usize); statement in peripherals/hrtim_v2.rs can be converted to assert!(n < 6usize);, and its memory offsets modified.