pub struct TIM19 { /* private fields */ }
Expand description
TIM19 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM19> for PA0
impl Channel1Pin<TIM19> for PA0
Source§impl Channel1Pin<TIM19> for PB6
impl Channel1Pin<TIM19> for PB6
Source§impl Channel1Pin<TIM19> for PC10
impl Channel1Pin<TIM19> for PC10
Source§impl Channel2Pin<TIM19> for PA1
impl Channel2Pin<TIM19> for PA1
Source§impl Channel2Pin<TIM19> for PB7
impl Channel2Pin<TIM19> for PB7
Source§impl Channel2Pin<TIM19> for PC11
impl Channel2Pin<TIM19> for PC11
Source§impl Channel3Pin<TIM19> for PA2
impl Channel3Pin<TIM19> for PA2
Source§impl Channel3Pin<TIM19> for PB8
impl Channel3Pin<TIM19> for PB8
Source§impl Channel3Pin<TIM19> for PC12
impl Channel3Pin<TIM19> for PC12
Source§impl Channel4Pin<TIM19> for PA3
impl Channel4Pin<TIM19> for PA3
Source§impl Channel4Pin<TIM19> for PB9
impl Channel4Pin<TIM19> for PB9
Source§impl Channel4Pin<TIM19> for PD0
impl Channel4Pin<TIM19> for PD0
Source§impl CoreInstance for TIM19
impl CoreInstance for TIM19
Source§impl ExternalTriggerPin<TIM19> for PB5
impl ExternalTriggerPin<TIM19> for PB5
Source§impl ExternalTriggerPin<TIM19> for PD1
impl ExternalTriggerPin<TIM19> for PD1
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.
Source§impl Peripheral for TIM19
impl Peripheral for TIM19
impl BasicInstance for TIM19
impl BasicNoCr2Instance for TIM19
impl GeneralInstance4Channel 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