Trait esp32_hal::gpio::GpioExt[][src]

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

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

Associated Types

The type to split the GPIO into

Required methods

Splits the GPIO block into independent pins and registers

Implementations on Foreign Types

Implementors