pub trait Instance: Deref<Target = Self::RB> {
type RB: MasterExt;
const TIMX: Timer;
// Required method
fn ptr() -> *const Self::RB;
}
Expand description
Common trait for HRTIM_MASTER or any of HRTIM_TIMx peripherals
Required Associated Constants§
Required Associated Types§
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.