Trait kea_hal::gpio::GPIOExt[][src]

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

Trait to split the pin register into independent pins and regs

Associated Types

holds the pins

Required methods

splits the peripheral into pins

Implementations on Foreign Types

Implementors