Trait esp32c2_hal::gpio::GpioExt

source ·
pub trait GpioExt {
    type Parts;

    fn split(self) -> Self::Parts;
}

Required Associated Types

Required Methods

Implementors