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 Channel2Pin<TIM4> for PB7
impl Channel2Pin<TIM4> for PB7
source§impl Channel3Pin<TIM4> for PB8
impl Channel3Pin<TIM4> for PB8
source§impl Channel4Pin<TIM4> for PB9
impl Channel4Pin<TIM4> for PB9
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
source§impl UpDma<TIM4> for GPDMA1_CH0
impl UpDma<TIM4> for GPDMA1_CH0
source§impl UpDma<TIM4> for GPDMA1_CH1
impl UpDma<TIM4> for GPDMA1_CH1
source§impl UpDma<TIM4> for GPDMA1_CH10
impl UpDma<TIM4> for GPDMA1_CH10
source§impl UpDma<TIM4> for GPDMA1_CH11
impl UpDma<TIM4> for GPDMA1_CH11
source§impl UpDma<TIM4> for GPDMA1_CH12
impl UpDma<TIM4> for GPDMA1_CH12
source§impl UpDma<TIM4> for GPDMA1_CH13
impl UpDma<TIM4> for GPDMA1_CH13
source§impl UpDma<TIM4> for GPDMA1_CH14
impl UpDma<TIM4> for GPDMA1_CH14
source§impl UpDma<TIM4> for GPDMA1_CH15
impl UpDma<TIM4> for GPDMA1_CH15
source§impl UpDma<TIM4> for GPDMA1_CH2
impl UpDma<TIM4> for GPDMA1_CH2
source§impl UpDma<TIM4> for GPDMA1_CH3
impl UpDma<TIM4> for GPDMA1_CH3
source§impl UpDma<TIM4> for GPDMA1_CH4
impl UpDma<TIM4> for GPDMA1_CH4
source§impl UpDma<TIM4> for GPDMA1_CH5
impl UpDma<TIM4> for GPDMA1_CH5
source§impl UpDma<TIM4> for GPDMA1_CH6
impl UpDma<TIM4> for GPDMA1_CH6
source§impl UpDma<TIM4> for GPDMA1_CH7
impl UpDma<TIM4> for GPDMA1_CH7
source§impl UpDma<TIM4> for GPDMA1_CH8
impl UpDma<TIM4> for GPDMA1_CH8
source§impl UpDma<TIM4> for GPDMA1_CH9
impl UpDma<TIM4> for GPDMA1_CH9
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