pub struct RemapPartial1<REG>(/* private fields */);Trait Implementations§
Source§impl RemapMode<Periph<RegisterBlock, 1073741824>> for RemapPartial1<TIM2>
impl RemapMode<Periph<RegisterBlock, 1073741824>> for RemapPartial1<TIM2>
Source§impl RemapMode<Periph<RegisterBlock, 1073742848>> for RemapPartial1<TIM3>
impl RemapMode<Periph<RegisterBlock, 1073742848>> for RemapPartial1<TIM3>
Source§impl RemapMode<Periph<RegisterBlock, 1073760256>> for RemapPartial1<USART3>
impl RemapMode<Periph<RegisterBlock, 1073760256>> for RemapPartial1<USART3>
Source§impl RemapMode<Periph<RegisterBlock, 1073818624>> for RemapPartial1<TIM1>
impl RemapMode<Periph<RegisterBlock, 1073818624>> for RemapPartial1<TIM1>
impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA15<Alternate<PushPull>>
impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB4<Alternate<PushPull>>
impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA8<Alternate<PushPull>>
impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PB3<Alternate<PushPull>>
impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB5<Alternate<PushPull>>
impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA9<Alternate<PushPull>>
impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA2<Alternate<PushPull>>
impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB0<Alternate<PushPull>>
impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA10<Alternate<PushPull>>
impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA3<Alternate<PushPull>>
impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB1<Alternate<PushPull>>
impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA11<Alternate<PushPull>>
impl UartCkPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC12<Alternate<PushPull>>
impl<PULL: UpMode> UartRxPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC11<Input<PULL>>
impl UartTxPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC10<Alternate<PushPull>>
Auto Trait Implementations§
impl<REG> Freeze for RemapPartial1<REG>
impl<REG> RefUnwindSafe for RemapPartial1<REG>where
REG: RefUnwindSafe,
impl<REG> Send for RemapPartial1<REG>where
REG: Send,
impl<REG> Sync for RemapPartial1<REG>where
REG: Sync,
impl<REG> Unpin for RemapPartial1<REG>where
REG: Unpin,
impl<REG> UnwindSafe for RemapPartial1<REG>where
REG: UnwindSafe,
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