Trait stm32f042_hal::gpio::GpioExt
[−]
[src]
pub trait GpioExt {
type Parts;
fn split(self) -> Self::Parts;
}Extension trait to split a GPIO peripheral in independent pins and registers
Associated Types
type Parts
The parts to split the GPIO into