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