GpioExt

Trait GpioExt 

Source
pub trait GpioExt {
    type Ports;

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

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

Required Associated Types§

Source

type Ports

The to split the GPIO into

Required Methods§

Source

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

Splits the GPIO block into independent pins and registers

Implementors§