GpioExt

Trait GpioExt 

Source
pub trait GpioExt {
    type Parts;

    // Required method
    fn split(self, ahb: &mut AHB) -> Self::Parts;
}
Expand description

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

Required Associated Types§

Source

type Parts

The Parts to split the GPIO peripheral into

Required Methods§

Source

fn split(self, ahb: &mut AHB) -> Self::Parts

Splits the GPIO block into independent pins and registers

Implementors§