[][src]Trait trellis_m4::prelude::_atsamd21_hal_gpio_GpioExt

pub trait _atsamd21_hal_gpio_GpioExt {
    type Parts;
    pub fn split(self) -> Self::Parts;
}

The GpioExt trait allows splitting the PORT hardware into its constituent pin parts.

Associated Types

Loading content...

Required methods

pub fn split(self) -> Self::Parts[src]

Consume and split the device into its constitent parts

Loading content...

Implementations on Foreign Types

impl GpioExt for PORT[src]

type Parts = Parts

pub fn split(self) -> Parts[src]

Split the PORT peripheral into discrete pins

Loading content...

Implementors

Loading content...