Struct nrf52840_hal::gpio::p0::P0_04
source · pub struct P0_04<MODE> { /* private fields */ }
Implementations§
source§impl<MODE> P0_04<MODE>
impl<MODE> P0_04<MODE>
sourcepub fn into_floating_input(self) -> P0_04<Input<Floating>>
pub fn into_floating_input(self) -> P0_04<Input<Floating>>
Convert the pin to be a floating input
pub fn into_pulldown_input(self) -> P0_04<Input<PullDown>>
pub fn into_pullup_input(self) -> P0_04<Input<PullUp>>
sourcepub fn into_push_pull_output_drive(
self,
initial_output: Level,
drive: DriveConfig
) -> P0_04<Output<PushPull>>
pub fn into_push_pull_output_drive( self, initial_output: Level, drive: DriveConfig ) -> P0_04<Output<PushPull>>
Convert the pin to bepin a push-pull output with specified drive
sourcepub fn into_push_pull_output(
self,
initial_output: Level
) -> P0_04<Output<PushPull>>
pub fn into_push_pull_output( self, initial_output: Level ) -> P0_04<Output<PushPull>>
Convert the pin to bepin a push-pull output with normal drive
sourcepub fn into_open_drain_output(
self,
config: OpenDrainConfig,
initial_output: Level
) -> P0_04<Output<OpenDrain>>
pub fn into_open_drain_output( self, config: OpenDrainConfig, initial_output: Level ) -> P0_04<Output<OpenDrain>>
Convert the pin to be an open-drain output
This method currently does not support configuring an internal pull-up or pull-down resistor.
sourcepub fn into_open_drain_input_output(
self,
config: OpenDrainConfig,
initial_output: Level
) -> P0_04<Output<OpenDrainIO>>
pub fn into_open_drain_input_output( self, config: OpenDrainConfig, initial_output: Level ) -> P0_04<Output<OpenDrainIO>>
Convert the pin to be an open-drain input/output
Similar to into_open_drain_output
, but can also be read from.
This method currently does not support configuring an internal pull-up or pull-down resistor.
sourcepub fn into_disconnected(self) -> P0_04<Disconnected>
pub fn into_disconnected(self) -> P0_04<Disconnected>
Disconnects the pin.
In disconnected mode the pin cannot be used as input or output. It is primarily useful to reduce power usage.
Trait Implementations§
source§impl CompRefPin for P0_04<Input<Floating>>
impl CompRefPin for P0_04<Input<Floating>>
fn aref(&self) -> EXTREFSEL_A
Auto Trait Implementations§
impl<MODE> RefUnwindSafe for P0_04<MODE>where
MODE: RefUnwindSafe,
impl<MODE> Send for P0_04<MODE>where
MODE: Send,
impl<MODE> Sync for P0_04<MODE>where
MODE: Sync,
impl<MODE> Unpin for P0_04<MODE>where
MODE: Unpin,
impl<MODE> UnwindSafe for P0_04<MODE>where
MODE: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.