pub trait GpioExt {
type Parts;
// Required method
fn split(self, ahb: &mut AHB1) -> Self::Parts;
}Expand description
Extension trait to split a GPIO peripheral in independent pins and registers
pub trait GpioExt {
type Parts;
// Required method
fn split(self, ahb: &mut AHB1) -> Self::Parts;
}Extension trait to split a GPIO peripheral in independent pins and registers