Struct TIM4
pub struct TIM4 { /* private fields */ }
Expand description
TIM4 peripheral
Implementations§
Trait Implementations§
source§impl Channel1Pin<TIM4> for PB6
impl Channel1Pin<TIM4> for PB6
source§impl Channel1Pin<TIM4> for PD12
impl Channel1Pin<TIM4> for PD12
source§impl Channel2Pin<TIM4> for PB7
impl Channel2Pin<TIM4> for PB7
source§impl Channel2Pin<TIM4> for PD13
impl Channel2Pin<TIM4> for PD13
source§impl Channel3Pin<TIM4> for PB8
impl Channel3Pin<TIM4> for PB8
source§impl Channel3Pin<TIM4> for PD14
impl Channel3Pin<TIM4> for PD14
source§impl Channel4Pin<TIM4> for PB9
impl Channel4Pin<TIM4> for PB9
source§impl Channel4Pin<TIM4> for PD15
impl Channel4Pin<TIM4> for PD15
source§impl CoreInstance for TIM4
impl CoreInstance for TIM4
source§impl ExternalTriggerPin<TIM4> for PE0
impl ExternalTriggerPin<TIM4> for PE0
source§impl GeneralInstance1Channel for TIM4
impl GeneralInstance1Channel for TIM4
source§type CaptureCompareInterrupt = TIM4
type CaptureCompareInterrupt = TIM4
Capture compare interrupt for this timer.
source§impl GeneralInstance2Channel for TIM4
impl GeneralInstance2Channel for TIM4
source§type TriggerInterrupt = TIM4
type TriggerInterrupt = TIM4
Trigger event interrupt for this timer.
source§impl Peripheral for TIM4
impl Peripheral for TIM4
impl BasicInstance for TIM4
impl BasicNoCr2Instance for TIM4
impl GeneralInstance4Channel for TIM4
impl RccPeripheral for TIM4
Auto Trait Implementations§
impl Freeze for TIM4
impl RefUnwindSafe for TIM4
impl Send for TIM4
impl Sync for TIM4
impl Unpin for TIM4
impl UnwindSafe for TIM4
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