pub trait AdvancedInstance1Channel: BasicNoCr2Instance + GeneralInstance1Channel {
type CommunicationInterrupt: Interrupt;
type BreakInputInterrupt: Interrupt;
}
Expand description
Advanced 16-bit timer with 1 channel instance.
Required Associated Types§
sourcetype CommunicationInterrupt: Interrupt
type CommunicationInterrupt: Interrupt
Communication interrupt for this timer.
sourcetype BreakInputInterrupt: Interrupt
type BreakInputInterrupt: Interrupt
Break input interrupt for this timer.
Object Safety§
This trait is not object safe.