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