RemapPartial1

Struct RemapPartial1 

Source
pub struct RemapPartial1<REG>(/* private fields */);

Trait Implementations§

Source§

impl RemapMode<Periph<RegisterBlock, 1073741824>> for RemapPartial1<TIM2>

Source§

fn remap(afio: &mut Afio)

Source§

impl RemapMode<Periph<RegisterBlock, 1073742848>> for RemapPartial1<TIM3>

Source§

fn remap(afio: &mut Afio)

Source§

impl RemapMode<Periph<RegisterBlock, 1073760256>> for RemapPartial1<USART3>

Source§

fn remap(afio: &mut Afio)

Source§

impl RemapMode<Periph<RegisterBlock, 1073818624>> for RemapPartial1<TIM1>

Source§

fn remap(afio: &mut Afio)

Source§

impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA15<Alternate<PushPull>>

Source§

impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB4<Alternate<PushPull>>

Source§

impl TimCh1Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA8<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PB3<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB5<Alternate<PushPull>>

Source§

impl TimCh2Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA9<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA2<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB0<Alternate<PushPull>>

Source§

impl TimCh3Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA10<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073741824>>> for PA3<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073742848>>> for PB1<Alternate<PushPull>>

Source§

impl TimCh4Pin<RemapPartial1<Periph<RegisterBlock, 1073818624>>> for PA11<Alternate<PushPull>>

Source§

impl UartCkPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC12<Alternate<PushPull>>

Source§

impl<PULL: UpMode> UartRxPin<RemapPartial1<Periph<RegisterBlock, 1073760256>>> for PC11<Input<PULL>>

Source§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, const R: u8> RFrom<T, R> for T

Source§

fn rfrom(value: T) -> T

Source§

impl<S, T, const R: u8> RInto<T, R> for S
where T: RFrom<S, R>,

Source§

fn rinto(self) -> T

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.