pub struct TIM24 { /* private fields */ }
Expand description
TIM24 peripheral
Implementations§
Trait Implementations§
Source§impl Channel1Pin<TIM24> for PF11
impl Channel1Pin<TIM24> for PF11
Source§impl Channel2Pin<TIM24> for PF12
impl Channel2Pin<TIM24> for PF12
Source§impl Channel3Pin<TIM24> for PF13
impl Channel3Pin<TIM24> for PF13
Source§impl Channel4Pin<TIM24> for PF14
impl Channel4Pin<TIM24> for PF14
Source§impl CoreInstance for TIM24
impl CoreInstance for TIM24
Source§impl ExternalTriggerPin<TIM24> for PB3
impl ExternalTriggerPin<TIM24> for PB3
Source§impl ExternalTriggerPin<TIM24> for PG2
impl ExternalTriggerPin<TIM24> for PG2
Source§impl GeneralInstance1Channel for TIM24
impl GeneralInstance1Channel for TIM24
Source§type CaptureCompareInterrupt = TIM24
type CaptureCompareInterrupt = TIM24
Capture compare interrupt for this timer.
Source§impl GeneralInstance2Channel for TIM24
impl GeneralInstance2Channel for TIM24
Source§type TriggerInterrupt = TIM24
type TriggerInterrupt = TIM24
Trigger event interrupt for this timer.
Source§impl Peripheral for TIM24
impl Peripheral for TIM24
impl BasicInstance for TIM24
impl BasicNoCr2Instance for TIM24
impl GeneralInstance32bit4Channel for TIM24
impl GeneralInstance4Channel for TIM24
impl RccPeripheral for TIM24
Auto Trait Implementations§
impl Freeze for TIM24
impl RefUnwindSafe for TIM24
impl Send for TIM24
impl Sync for TIM24
impl Unpin for TIM24
impl UnwindSafe for TIM24
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