[][src]Trait rv32m1_ri5cy_hal::gpio::GpioExt

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

Extension trait to split a GPIO peripheral into independent pins and registers

Associated Types

type Parts

The type 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 GPIOA[src]

type Parts = Parts

Loading content...

Implementors

Loading content...