[][src]Struct atsam4_hal::gpio::Ports

pub struct Ports { /* fields omitted */ }

Implementations

impl Ports[src]

pub fn new(
    _pioa: PIOA,
    _pioa_clock: ParallelIOControllerAClock<Enabled>,
    _piob: PIOB,
    _piob_clock: ParallelIOControllerBClock<Enabled>,
    _pioc: PIOC,
    _pioc_clock: ParallelIOControllerCClock<Enabled>,
    _piod: PIOD,
    _piod_clock: ParallelIOControllerDClock<Enabled>
) -> Self
[src]

Trait Implementations

impl GpioExt for Ports[src]

type Parts = Pins

fn split(self) -> Pins[src]

Split the PORT peripheral into discrete pins

Auto Trait Implementations

impl Send for Ports

impl !Sync for Ports

impl Unpin for Ports

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.