[][src]Trait stm32l4xx_hal::gpio::GpioExt

pub trait GpioExt {
    type Parts;
    fn split(self, ahb: &mut AHB2) -> Self::Parts;
}

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

Associated Types

type Parts

The to split the GPIO into

Loading content...

Required methods

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

Splits the GPIO block into independent pins and registers

Loading content...

Implementors

impl GpioExt for GPIOA[src]

type Parts = Parts

impl GpioExt for GPIOB[src]

type Parts = Parts

impl GpioExt for GPIOD[src]

type Parts = Parts

impl GpioExt for GPIOE[src]

type Parts = Parts

Loading content...