pub trait GeneralInstance1Channel: CoreInstance {
type CaptureCompareInterrupt: Interrupt;
}
Expand description
General-purpose 16-bit timer with 1 channel instance.
Required Associated Types§
sourcetype CaptureCompareInterrupt: Interrupt
type CaptureCompareInterrupt: Interrupt
Capture compare interrupt for this timer.
Object Safety§
This trait is not object safe.