[][src]Struct nrf52832_hal::gpiote::GpioteTask

pub struct GpioteTask<'a, P> where
    P: GpioteOutputPin
{ /* fields omitted */ }

Implementations

impl<'a, '_, P> GpioteTask<'_, P> where
    P: GpioteOutputPin
[src]

pub fn init_high(&self)[src]

Sets initial task output pin state to high

pub fn init_low(&self)[src]

Sets initial task output pin state to low

pub fn task_out_polarity(
    &mut self,
    polarity: TaskOutPolarity
) -> &mut GpioteTask<'_, P>
[src]

Configures polarity of the task out operation

Auto Trait Implementations

impl<'a, P> !Send for GpioteTask<'a, P>

impl<'a, P> !Sync for GpioteTask<'a, P>

impl<'a, P> Unpin for GpioteTask<'a, P> where
    P: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.