[−][src]Trait embedded_platform::gpio::IntoPushPullOutputPin
A pin that can be turned into an OutputPin
that is in push-pull mode.
Associated Types
type PushPullOutputPin: OutputPin<Error = Self::Error> + Unpin
The type of an OutputPin
that is in push-pull mode.
Required methods
fn into_push_pull_output_pin(
self,
initial_high: bool
) -> Result<Self::PushPullOutputPin, Self::Error>
self,
initial_high: bool
) -> Result<Self::PushPullOutputPin, Self::Error>
Attempts to re-configure this pin into the new mode.
Implementors
impl IntoPushPullOutputPin for NoConnect
[src]
type PushPullOutputPin = Self
fn into_push_pull_output_pin(
self,
_initial_high: bool
) -> Result<Self::PushPullOutputPin, Self::Error>
[src]
self,
_initial_high: bool
) -> Result<Self::PushPullOutputPin, Self::Error>