Struct TIM12
pub struct TIM12 { /* private fields */ }
Expand description
TIM12 peripheral
Implementations§
Trait Implementations§
source§impl Channel1Pin<TIM12> for PB14
impl Channel1Pin<TIM12> for PB14
source§impl Channel1Pin<TIM12> for PH6
impl Channel1Pin<TIM12> for PH6
source§impl Channel2Pin<TIM12> for PB15
impl Channel2Pin<TIM12> for PB15
source§impl CoreInstance for TIM12
impl CoreInstance for TIM12
source§impl GeneralInstance1Channel for TIM12
impl GeneralInstance1Channel for TIM12
source§type CaptureCompareInterrupt = TIM8_BRK_TIM12
type CaptureCompareInterrupt = TIM8_BRK_TIM12
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM12
impl GeneralInstance2Channel for TIM12
source§type TriggerInterrupt = TIM8_BRK_TIM12
type TriggerInterrupt = TIM8_BRK_TIM12
Trigger event interrupt for this timer.
source§impl Peripheral for TIM12
impl Peripheral for TIM12
impl BasicInstance for TIM12
impl BasicNoCr2Instance for TIM12
impl GeneralInstance4Channel for TIM12
impl RccPeripheral for TIM12
Auto Trait Implementations§
impl Freeze for TIM12
impl RefUnwindSafe for TIM12
impl Send for TIM12
impl Sync for TIM12
impl Unpin for TIM12
impl UnwindSafe for TIM12
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