pub struct Pin<I, M>{ /* private fields */ }Implementations§
Source§impl<I, M> Pin<I, M>
impl<I, M> Pin<I, M>
Sourcepub fn into_floating_disabled(self) -> Pin<I, FloatingDisabled>
pub fn into_floating_disabled(self) -> Pin<I, FloatingDisabled>
Disable the pin and set it to float
Sourcepub fn into_pull_down_disabled(self) -> Pin<I, PullDownDisabled>
pub fn into_pull_down_disabled(self) -> Pin<I, PullDownDisabled>
Disable the pin and set it to pull down
Sourcepub fn into_pull_up_disabled(self) -> Pin<I, PullUpDisabled>
pub fn into_pull_up_disabled(self) -> Pin<I, PullUpDisabled>
Disable the pin and set it to pull up
Sourcepub fn into_floating_input(self) -> Pin<I, FloatingInput>
pub fn into_floating_input(self) -> Pin<I, FloatingInput>
Configure the pin to operate as a floating input
Sourcepub fn into_pull_down_input(self) -> Pin<I, PullDownInput>
pub fn into_pull_down_input(self) -> Pin<I, PullDownInput>
Configure the pin to operate as a pulled down input
Sourcepub fn into_pull_up_input(self) -> Pin<I, PullUpInput>
pub fn into_pull_up_input(self) -> Pin<I, PullUpInput>
Configure the pin to operate as a pulled up input
Sourcepub fn into_floating_interrupt(self) -> Pin<I, FloatingInterrupt>
pub fn into_floating_interrupt(self) -> Pin<I, FloatingInterrupt>
Configure the pin to operate as a floating interrupt
Sourcepub fn into_pull_down_interrupt(self) -> Pin<I, PullDownInterrupt>
pub fn into_pull_down_interrupt(self) -> Pin<I, PullDownInterrupt>
Configure the pin to operate as a pulled down interrupt
Sourcepub fn into_pull_up_interrupt(self) -> Pin<I, PullUpInterrupt>
pub fn into_pull_up_interrupt(self) -> Pin<I, PullUpInterrupt>
Configure the pin to operate as a pulled up interrupt
Sourcepub fn into_push_pull_output(self) -> Pin<I, PushPullOutput>
pub fn into_push_pull_output(self) -> Pin<I, PushPullOutput>
Configure the pin to operate as a push-pull output
Sourcepub fn into_readable_output(self) -> Pin<I, ReadableOutput>
pub fn into_readable_output(self) -> Pin<I, ReadableOutput>
Configure the pin to operate as a readable push pull output
Sourcepub fn into_alternate<C: AlternateConfig>(self) -> Pin<I, Alternate<C>>
pub fn into_alternate<C: AlternateConfig>(self) -> Pin<I, Alternate<C>>
Configure the pin to operate as the corresponding peripheral function.
The type C indicates the desired peripheral function.
Sourcepub fn get_drive_strength(&self) -> bool
pub fn get_drive_strength(&self) -> bool
Read the current drive strength of the pin.
The drive strength is reset to normal on every change in pin mode.
Sourcepub fn set_drive_strength(&mut self, stronger: bool)
pub fn set_drive_strength(&mut self, stronger: bool)
Set the drive strength for the pin.
The drive strength is reset to normal on every change in pin mode.
Trait Implementations§
Source§impl<M: PinMode> EicPin for Pin<PA00, M>
impl<M: PinMode> EicPin for Pin<PA00, M>
type Floating = ExtInt<Pin<PA00, Interrupt<Floating>>, <Pin<PA00, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA00, Interrupt<PullUp>>, <Pin<PA00, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA00, Interrupt<PullDown>>, <Pin<PA00, M> as EicPin>::ChId>
type ChId = Ch0
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA01, M>
impl<M: PinMode> EicPin for Pin<PA01, M>
type Floating = ExtInt<Pin<PA01, Interrupt<Floating>>, <Pin<PA01, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA01, Interrupt<PullUp>>, <Pin<PA01, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA01, Interrupt<PullDown>>, <Pin<PA01, M> as EicPin>::ChId>
type ChId = Ch1
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA02, M>
impl<M: PinMode> EicPin for Pin<PA02, M>
type Floating = ExtInt<Pin<PA02, Interrupt<Floating>>, <Pin<PA02, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA02, Interrupt<PullUp>>, <Pin<PA02, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA02, Interrupt<PullDown>>, <Pin<PA02, M> as EicPin>::ChId>
type ChId = Ch2
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA03, M>
impl<M: PinMode> EicPin for Pin<PA03, M>
type Floating = ExtInt<Pin<PA03, Interrupt<Floating>>, <Pin<PA03, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA03, Interrupt<PullUp>>, <Pin<PA03, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA03, Interrupt<PullDown>>, <Pin<PA03, M> as EicPin>::ChId>
type ChId = Ch3
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA04, M>
impl<M: PinMode> EicPin for Pin<PA04, M>
type Floating = ExtInt<Pin<PA04, Interrupt<Floating>>, <Pin<PA04, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA04, Interrupt<PullUp>>, <Pin<PA04, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA04, Interrupt<PullDown>>, <Pin<PA04, M> as EicPin>::ChId>
type ChId = Ch4
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA05, M>
impl<M: PinMode> EicPin for Pin<PA05, M>
type Floating = ExtInt<Pin<PA05, Interrupt<Floating>>, <Pin<PA05, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA05, Interrupt<PullUp>>, <Pin<PA05, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA05, Interrupt<PullDown>>, <Pin<PA05, M> as EicPin>::ChId>
type ChId = Ch5
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA06, M>
impl<M: PinMode> EicPin for Pin<PA06, M>
type Floating = ExtInt<Pin<PA06, Interrupt<Floating>>, <Pin<PA06, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA06, Interrupt<PullUp>>, <Pin<PA06, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA06, Interrupt<PullDown>>, <Pin<PA06, M> as EicPin>::ChId>
type ChId = Ch6
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA07, M>
impl<M: PinMode> EicPin for Pin<PA07, M>
type Floating = ExtInt<Pin<PA07, Interrupt<Floating>>, <Pin<PA07, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA07, Interrupt<PullUp>>, <Pin<PA07, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA07, Interrupt<PullDown>>, <Pin<PA07, M> as EicPin>::ChId>
type ChId = Ch7
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA09, M>
impl<M: PinMode> EicPin for Pin<PA09, M>
type Floating = ExtInt<Pin<PA09, Interrupt<Floating>>, <Pin<PA09, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA09, Interrupt<PullUp>>, <Pin<PA09, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA09, Interrupt<PullDown>>, <Pin<PA09, M> as EicPin>::ChId>
type ChId = Ch9
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA10, M>
impl<M: PinMode> EicPin for Pin<PA10, M>
type Floating = ExtInt<Pin<PA10, Interrupt<Floating>>, <Pin<PA10, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA10, Interrupt<PullUp>>, <Pin<PA10, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA10, Interrupt<PullDown>>, <Pin<PA10, M> as EicPin>::ChId>
type ChId = Ch10
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA11, M>
impl<M: PinMode> EicPin for Pin<PA11, M>
type Floating = ExtInt<Pin<PA11, Interrupt<Floating>>, <Pin<PA11, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA11, Interrupt<PullUp>>, <Pin<PA11, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA11, Interrupt<PullDown>>, <Pin<PA11, M> as EicPin>::ChId>
type ChId = Ch11
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA12, M>
impl<M: PinMode> EicPin for Pin<PA12, M>
type Floating = ExtInt<Pin<PA12, Interrupt<Floating>>, <Pin<PA12, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA12, Interrupt<PullUp>>, <Pin<PA12, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA12, Interrupt<PullDown>>, <Pin<PA12, M> as EicPin>::ChId>
type ChId = Ch12
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA13, M>
impl<M: PinMode> EicPin for Pin<PA13, M>
type Floating = ExtInt<Pin<PA13, Interrupt<Floating>>, <Pin<PA13, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA13, Interrupt<PullUp>>, <Pin<PA13, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA13, Interrupt<PullDown>>, <Pin<PA13, M> as EicPin>::ChId>
type ChId = Ch13
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA14, M>
impl<M: PinMode> EicPin for Pin<PA14, M>
type Floating = ExtInt<Pin<PA14, Interrupt<Floating>>, <Pin<PA14, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA14, Interrupt<PullUp>>, <Pin<PA14, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA14, Interrupt<PullDown>>, <Pin<PA14, M> as EicPin>::ChId>
type ChId = Ch14
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA15, M>
impl<M: PinMode> EicPin for Pin<PA15, M>
type Floating = ExtInt<Pin<PA15, Interrupt<Floating>>, <Pin<PA15, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA15, Interrupt<PullUp>>, <Pin<PA15, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA15, Interrupt<PullDown>>, <Pin<PA15, M> as EicPin>::ChId>
type ChId = Ch15
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA16, M>
impl<M: PinMode> EicPin for Pin<PA16, M>
type Floating = ExtInt<Pin<PA16, Interrupt<Floating>>, <Pin<PA16, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA16, Interrupt<PullUp>>, <Pin<PA16, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA16, Interrupt<PullDown>>, <Pin<PA16, M> as EicPin>::ChId>
type ChId = Ch0
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA17, M>
impl<M: PinMode> EicPin for Pin<PA17, M>
type Floating = ExtInt<Pin<PA17, Interrupt<Floating>>, <Pin<PA17, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA17, Interrupt<PullUp>>, <Pin<PA17, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA17, Interrupt<PullDown>>, <Pin<PA17, M> as EicPin>::ChId>
type ChId = Ch1
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA18, M>
impl<M: PinMode> EicPin for Pin<PA18, M>
type Floating = ExtInt<Pin<PA18, Interrupt<Floating>>, <Pin<PA18, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA18, Interrupt<PullUp>>, <Pin<PA18, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA18, Interrupt<PullDown>>, <Pin<PA18, M> as EicPin>::ChId>
type ChId = Ch2
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA19, M>
impl<M: PinMode> EicPin for Pin<PA19, M>
type Floating = ExtInt<Pin<PA19, Interrupt<Floating>>, <Pin<PA19, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA19, Interrupt<PullUp>>, <Pin<PA19, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA19, Interrupt<PullDown>>, <Pin<PA19, M> as EicPin>::ChId>
type ChId = Ch3
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA20, M>
impl<M: PinMode> EicPin for Pin<PA20, M>
type Floating = ExtInt<Pin<PA20, Interrupt<Floating>>, <Pin<PA20, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA20, Interrupt<PullUp>>, <Pin<PA20, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA20, Interrupt<PullDown>>, <Pin<PA20, M> as EicPin>::ChId>
type ChId = Ch4
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA21, M>
impl<M: PinMode> EicPin for Pin<PA21, M>
type Floating = ExtInt<Pin<PA21, Interrupt<Floating>>, <Pin<PA21, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA21, Interrupt<PullUp>>, <Pin<PA21, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA21, Interrupt<PullDown>>, <Pin<PA21, M> as EicPin>::ChId>
type ChId = Ch5
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA22, M>
impl<M: PinMode> EicPin for Pin<PA22, M>
type Floating = ExtInt<Pin<PA22, Interrupt<Floating>>, <Pin<PA22, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA22, Interrupt<PullUp>>, <Pin<PA22, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA22, Interrupt<PullDown>>, <Pin<PA22, M> as EicPin>::ChId>
type ChId = Ch6
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA23, M>
impl<M: PinMode> EicPin for Pin<PA23, M>
type Floating = ExtInt<Pin<PA23, Interrupt<Floating>>, <Pin<PA23, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA23, Interrupt<PullUp>>, <Pin<PA23, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA23, Interrupt<PullDown>>, <Pin<PA23, M> as EicPin>::ChId>
type ChId = Ch7
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA24, M>
impl<M: PinMode> EicPin for Pin<PA24, M>
type Floating = ExtInt<Pin<PA24, Interrupt<Floating>>, <Pin<PA24, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA24, Interrupt<PullUp>>, <Pin<PA24, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA24, Interrupt<PullDown>>, <Pin<PA24, M> as EicPin>::ChId>
type ChId = Ch12
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA25, M>
impl<M: PinMode> EicPin for Pin<PA25, M>
type Floating = ExtInt<Pin<PA25, Interrupt<Floating>>, <Pin<PA25, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA25, Interrupt<PullUp>>, <Pin<PA25, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA25, Interrupt<PullDown>>, <Pin<PA25, M> as EicPin>::ChId>
type ChId = Ch13
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA27, M>
impl<M: PinMode> EicPin for Pin<PA27, M>
type Floating = ExtInt<Pin<PA27, Interrupt<Floating>>, <Pin<PA27, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA27, Interrupt<PullUp>>, <Pin<PA27, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA27, Interrupt<PullDown>>, <Pin<PA27, M> as EicPin>::ChId>
type ChId = Ch15
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA28, M>
impl<M: PinMode> EicPin for Pin<PA28, M>
type Floating = ExtInt<Pin<PA28, Interrupt<Floating>>, <Pin<PA28, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA28, Interrupt<PullUp>>, <Pin<PA28, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA28, Interrupt<PullDown>>, <Pin<PA28, M> as EicPin>::ChId>
type ChId = Ch8
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA30, M>
impl<M: PinMode> EicPin for Pin<PA30, M>
type Floating = ExtInt<Pin<PA30, Interrupt<Floating>>, <Pin<PA30, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA30, Interrupt<PullUp>>, <Pin<PA30, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA30, Interrupt<PullDown>>, <Pin<PA30, M> as EicPin>::ChId>
type ChId = Ch10
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PA31, M>
impl<M: PinMode> EicPin for Pin<PA31, M>
type Floating = ExtInt<Pin<PA31, Interrupt<Floating>>, <Pin<PA31, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PA31, Interrupt<PullUp>>, <Pin<PA31, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PA31, Interrupt<PullDown>>, <Pin<PA31, M> as EicPin>::ChId>
type ChId = Ch11
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB02, M>
impl<M: PinMode> EicPin for Pin<PB02, M>
type Floating = ExtInt<Pin<PB02, Interrupt<Floating>>, <Pin<PB02, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB02, Interrupt<PullUp>>, <Pin<PB02, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB02, Interrupt<PullDown>>, <Pin<PB02, M> as EicPin>::ChId>
type ChId = Ch2
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB03, M>
impl<M: PinMode> EicPin for Pin<PB03, M>
type Floating = ExtInt<Pin<PB03, Interrupt<Floating>>, <Pin<PB03, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB03, Interrupt<PullUp>>, <Pin<PB03, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB03, Interrupt<PullDown>>, <Pin<PB03, M> as EicPin>::ChId>
type ChId = Ch3
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB08, M>
impl<M: PinMode> EicPin for Pin<PB08, M>
type Floating = ExtInt<Pin<PB08, Interrupt<Floating>>, <Pin<PB08, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB08, Interrupt<PullUp>>, <Pin<PB08, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB08, Interrupt<PullDown>>, <Pin<PB08, M> as EicPin>::ChId>
type ChId = Ch8
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB09, M>
impl<M: PinMode> EicPin for Pin<PB09, M>
type Floating = ExtInt<Pin<PB09, Interrupt<Floating>>, <Pin<PB09, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB09, Interrupt<PullUp>>, <Pin<PB09, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB09, Interrupt<PullDown>>, <Pin<PB09, M> as EicPin>::ChId>
type ChId = Ch9
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB10, M>
impl<M: PinMode> EicPin for Pin<PB10, M>
type Floating = ExtInt<Pin<PB10, Interrupt<Floating>>, <Pin<PB10, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB10, Interrupt<PullUp>>, <Pin<PB10, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB10, Interrupt<PullDown>>, <Pin<PB10, M> as EicPin>::ChId>
type ChId = Ch10
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB11, M>
impl<M: PinMode> EicPin for Pin<PB11, M>
type Floating = ExtInt<Pin<PB11, Interrupt<Floating>>, <Pin<PB11, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB11, Interrupt<PullUp>>, <Pin<PB11, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB11, Interrupt<PullDown>>, <Pin<PB11, M> as EicPin>::ChId>
type ChId = Ch11
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB22, M>
impl<M: PinMode> EicPin for Pin<PB22, M>
type Floating = ExtInt<Pin<PB22, Interrupt<Floating>>, <Pin<PB22, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB22, Interrupt<PullUp>>, <Pin<PB22, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB22, Interrupt<PullDown>>, <Pin<PB22, M> as EicPin>::ChId>
type ChId = Ch6
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<M: PinMode> EicPin for Pin<PB23, M>
impl<M: PinMode> EicPin for Pin<PB23, M>
type Floating = ExtInt<Pin<PB23, Interrupt<Floating>>, <Pin<PB23, M> as EicPin>::ChId>
type PullUp = ExtInt<Pin<PB23, Interrupt<PullUp>>, <Pin<PB23, M> as EicPin>::ChId>
type PullDown = ExtInt<Pin<PB23, Interrupt<PullDown>>, <Pin<PB23, M> as EicPin>::ChId>
type ChId = Ch7
Source§fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
fn into_floating_ei(self, chan: Channel<Self::ChId>) -> Self::Floating
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateC
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateD
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateE
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateF
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateG
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to AlternateH
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to FloatingInput
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullDownInput
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullUpInput
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<B>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<B>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateB>) -> Self
fn from(pin: Pin<I, AlternateB>) -> Self
Convert from AlternateB to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateB
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateD
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateE
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateF
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateG
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to AlternateH
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to FloatingInput
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullDownInput
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullUpInput
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<C>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<C>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateC>) -> Self
fn from(pin: Pin<I, AlternateC>) -> Self
Convert from AlternateC to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateB
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateC
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateE
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateF
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateG
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to AlternateH
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to FloatingInput
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullDownInput
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullUpInput
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<D>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<D>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateD>) -> Self
fn from(pin: Pin<I, AlternateD>) -> Self
Convert from AlternateD to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateB
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateC
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateD
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateF
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateG
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to AlternateH
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to FloatingInput
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullDownInput
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullUpInput
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<E>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<E>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateE>) -> Self
fn from(pin: Pin<I, AlternateE>) -> Self
Convert from AlternateE to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateB
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateC
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateD
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateE
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateG
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to AlternateH
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to FloatingInput
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullDownInput
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullUpInput
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<F>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<F>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateF>) -> Self
fn from(pin: Pin<I, AlternateF>) -> Self
Convert from AlternateF to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateB
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateC
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateD
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateE
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateF
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to AlternateH
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to FloatingInput
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullDownInput
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullUpInput
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<G>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<G>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateG>) -> Self
fn from(pin: Pin<I, AlternateG>) -> Self
Convert from AlternateG to ReadableOutput
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateB
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateC
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateD
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateE
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateF
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to AlternateG
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to FloatingDisabled
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullDownDisabled
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullUpDisabled
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to FloatingInput
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullDownInput
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullUpInput
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to FloatingInterrupt
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullDownInterrupt
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PullUpInterrupt
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to PushPullOutput
Source§impl<I> From<Pin<I, Alternate<H>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Alternate<H>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, AlternateH>) -> Self
fn from(pin: Pin<I, AlternateH>) -> Self
Convert from AlternateH to ReadableOutput
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateB
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateC
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateD
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateE
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateF
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateG
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to AlternateH
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullDownDisabled
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullUpDisabled
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to FloatingInput
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullDownInput
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullUpInput
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to FloatingInterrupt
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullDownInterrupt
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PullUpInterrupt
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to PushPullOutput
Source§impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingDisabled>) -> Self
fn from(pin: Pin<I, FloatingDisabled>) -> Self
Convert from FloatingDisabled to ReadableOutput
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateB
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateC
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateD
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateE
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateF
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateG
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to AlternateH
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to FloatingDisabled
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PullUpDisabled
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to FloatingInput
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PullDownInput
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PullUpInput
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to FloatingInterrupt
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PullDownInterrupt
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PullUpInterrupt
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to PushPullOutput
Source§impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownDisabled>) -> Self
fn from(pin: Pin<I, PullDownDisabled>) -> Self
Convert from PullDownDisabled to ReadableOutput
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateB
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateC
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateD
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateE
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateF
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateG
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to AlternateH
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to FloatingDisabled
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PullDownDisabled
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to FloatingInput
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PullDownInput
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PullUpInput
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to FloatingInterrupt
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PullDownInterrupt
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PullUpInterrupt
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to PushPullOutput
Source§impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Disabled<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpDisabled>) -> Self
fn from(pin: Pin<I, PullUpDisabled>) -> Self
Convert from PullUpDisabled to ReadableOutput
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateB
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateC
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateD
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateE
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateF
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateG
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to AlternateH
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to FloatingDisabled
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullDownDisabled
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullUpDisabled
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullDownInput
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullUpInput
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to FloatingInterrupt
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullDownInterrupt
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PullUpInterrupt
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to PushPullOutput
Source§impl<I> From<Pin<I, Input<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Input<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInput>) -> Self
fn from(pin: Pin<I, FloatingInput>) -> Self
Convert from FloatingInput to ReadableOutput
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateB
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateC
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateD
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateE
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateF
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateG
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to AlternateH
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to FloatingDisabled
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PullDownDisabled
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PullUpDisabled
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to FloatingInput
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PullUpInput
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to FloatingInterrupt
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PullDownInterrupt
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PullUpInterrupt
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to PushPullOutput
Source§impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Input<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInput>) -> Self
fn from(pin: Pin<I, PullDownInput>) -> Self
Convert from PullDownInput to ReadableOutput
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateB
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateC
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateD
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateE
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateF
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateG
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to AlternateH
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to FloatingDisabled
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PullDownDisabled
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PullUpDisabled
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to FloatingInput
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PullDownInput
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to FloatingInterrupt
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PullDownInterrupt
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PullUpInterrupt
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to PushPullOutput
Source§impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Input<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInput>) -> Self
fn from(pin: Pin<I, PullUpInput>) -> Self
Convert from PullUpInput to ReadableOutput
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateB
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateC
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateD
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateE
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateF
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateG
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to AlternateH
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to FloatingDisabled
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullDownDisabled
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullUpDisabled
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to FloatingInput
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullDownInput
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullUpInput
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullDownInterrupt
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PullUpInterrupt
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to PushPullOutput
Source§impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<Floating>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, FloatingInterrupt>) -> Self
fn from(pin: Pin<I, FloatingInterrupt>) -> Self
Convert from FloatingInterrupt to ReadableOutput
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateB
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateC
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateD
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateE
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateF
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateG
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to AlternateH
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to FloatingDisabled
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PullDownDisabled
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PullUpDisabled
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to FloatingInput
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PullDownInput
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PullUpInput
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to FloatingInterrupt
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PullUpInterrupt
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to PushPullOutput
Source§impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullDown>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullDownInterrupt>) -> Self
fn from(pin: Pin<I, PullDownInterrupt>) -> Self
Convert from PullDownInterrupt to ReadableOutput
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateB
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateC
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateD
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateE
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateF
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateG
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to AlternateH
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to FloatingDisabled
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PullDownDisabled
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PullUpDisabled
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to FloatingInput
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PullDownInput
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PullUpInput
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to FloatingInterrupt
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PullDownInterrupt
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to PushPullOutput
Source§impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Interrupt<PullUp>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PullUpInterrupt>) -> Self
fn from(pin: Pin<I, PullUpInterrupt>) -> Self
Convert from PullUpInterrupt to ReadableOutput
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateB
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateC
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateD
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateE
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateF
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateG
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to AlternateH
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to FloatingDisabled
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullDownDisabled
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullUpDisabled
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to FloatingInput
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullDownInput
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullUpInput
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to FloatingInterrupt
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullDownInterrupt
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to PullUpInterrupt
Source§impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, ReadableOutput>where
I: PinId,
impl<I> From<Pin<I, Output<PushPull>>> for Pin<I, ReadableOutput>where
I: PinId,
Source§fn from(pin: Pin<I, PushPullOutput>) -> Self
fn from(pin: Pin<I, PushPullOutput>) -> Self
Convert from PushPullOutput to ReadableOutput
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateB>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateB>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateB
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateC>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateC>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateC
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateD>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateD>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateD
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateE>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateE>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateE
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateF>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateF>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateF
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateG>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateG>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateG
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateH>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, AlternateH>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to AlternateH
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to FloatingDisabled
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullDownDisabled
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpDisabled>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpDisabled>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullUpDisabled
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingInput>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingInput>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to FloatingInput
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownInput>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownInput>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullDownInput
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpInput>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpInput>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullUpInput
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, FloatingInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to FloatingInterrupt
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullDownInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullDownInterrupt
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpInterrupt>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PullUpInterrupt>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PullUpInterrupt
Source§impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PushPullOutput>where
I: PinId,
impl<I> From<Pin<I, Output<Readable>>> for Pin<I, PushPullOutput>where
I: PinId,
Source§fn from(pin: Pin<I, ReadableOutput>) -> Self
fn from(pin: Pin<I, ReadableOutput>) -> Self
Convert from ReadableOutput to PushPullOutput