pub struct TIM19 { /* private fields */ }
Expand description
TIM19 peripheral
Implementations§
Trait Implementations§
Source§impl CoreInstance for TIM19
impl CoreInstance for TIM19
Source§impl ExternalTriggerPin<TIM19> for PB5
impl ExternalTriggerPin<TIM19> for PB5
Source§impl GeneralInstance1Channel for TIM19
impl GeneralInstance1Channel for TIM19
Source§type CaptureCompareInterrupt = TIM19
type CaptureCompareInterrupt = TIM19
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM19
impl GeneralInstance2Channel for TIM19
Source§type TriggerInterrupt = TIM19
type TriggerInterrupt = TIM19
Trigger event interrupt for this timer.
impl BasicInstance for TIM19
impl BasicNoCr2Instance for TIM19
impl Copy for TIM19
impl GeneralInstance4Channel for TIM19
impl PeripheralType for TIM19
impl RccPeripheral for TIM19
Auto Trait Implementations§
impl Freeze for TIM19
impl RefUnwindSafe for TIM19
impl Send for TIM19
impl Sync for TIM19
impl Unpin for TIM19
impl UnwindSafe for TIM19
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