pub enum BkIn1 {}
Expand description
Break input 1 marker type.
Trait Implementations§
Source§impl BreakInputPin<TIM1, BkIn1, AfioRemap<0>> for PB12
impl BreakInputPin<TIM1, BkIn1, AfioRemap<0>> for PB12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Source§impl BreakInputPin<TIM1, BkIn1, AfioRemap<1>> for PA6
impl BreakInputPin<TIM1, BkIn1, AfioRemap<1>> for PA6
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as BreakInputPin
Auto Trait Implementations§
impl Freeze for BkIn1
impl RefUnwindSafe for BkIn1
impl Send for BkIn1
impl Sync for BkIn1
impl Unpin for BkIn1
impl UnwindSafe for BkIn1
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