Trait e310x_hal::gpio::GpioExt

source ·
pub trait GpioExt {
    type Parts;

    // Required method
    fn split(self) -> Self::Parts;
}
Expand description

GpioExt trait extends the GPIO0 peripheral.

Required Associated Types§

source

type Parts

The parts to split the GPIO into.

Required Methods§

source

fn split(self) -> Self::Parts

Splits the GPIO block into independent pins and registers.

Implementations on Foreign Types§

source§

impl GpioExt for GPIO0

§

type Parts = Parts

source§

fn split(self) -> Parts

Implementors§