[][src]Trait e310x_hal::gpio::GpioExt

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

GpioExt trait extends the GPIO0 peripheral.

Associated Types

type Parts

The parts to split the GPIO into.

Loading content...

Required methods

fn split(self) -> Self::Parts

Splits the GPIO block into independent pins and registers.

Loading content...

Implementations on Foreign Types

impl GpioExt for GPIO0[src]

type Parts = Parts

Loading content...

Implementors

Loading content...