Struct TIM16
pub struct TIM16 { /* private fields */ }
Expand description
TIM16 peripheral
Implementations§
Trait Implementations§
source§impl AdvancedInstance1Channel for TIM16
impl AdvancedInstance1Channel for TIM16
source§type CommunicationInterrupt = TIM16
type CommunicationInterrupt = TIM16
Communication interrupt for this timer.
source§type BreakInputInterrupt = TIM16
type BreakInputInterrupt = TIM16
Break input interrupt for this timer.
source§impl BreakInputPin<TIM16> for PB4
impl BreakInputPin<TIM16> for PB4
source§impl BreakInputPin<TIM16> for PC0
impl BreakInputPin<TIM16> for PC0
source§impl BreakInputPin<TIM16> for PF10
impl BreakInputPin<TIM16> for PF10
source§impl Channel1ComplementaryPin<TIM16> for PB6
impl Channel1ComplementaryPin<TIM16> for PB6
source§impl Channel1ComplementaryPin<TIM16> for PF8
impl Channel1ComplementaryPin<TIM16> for PF8
source§impl Channel1Pin<TIM16> for PB8
impl Channel1Pin<TIM16> for PB8
source§impl Channel1Pin<TIM16> for PF6
impl Channel1Pin<TIM16> for PF6
source§impl CoreInstance for TIM16
impl CoreInstance for TIM16
source§impl GeneralInstance1Channel for TIM16
impl GeneralInstance1Channel for TIM16
source§type CaptureCompareInterrupt = TIM16
type CaptureCompareInterrupt = TIM16
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM16
impl GeneralInstance2Channel for TIM16
source§type TriggerInterrupt = TIM16
type TriggerInterrupt = TIM16
Trigger event interrupt for this timer.
source§impl Peripheral for TIM16
impl Peripheral for TIM16
impl AdvancedInstance2Channel for TIM16
impl AdvancedInstance4Channel for TIM16
impl BasicInstance for TIM16
impl BasicNoCr2Instance for TIM16
impl GeneralInstance4Channel for TIM16
impl RccPeripheral for TIM16
Auto Trait Implementations§
impl Freeze for TIM16
impl RefUnwindSafe for TIM16
impl Send for TIM16
impl Sync for TIM16
impl Unpin for TIM16
impl UnwindSafe for TIM16
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more