[][src]Trait stm32f3xx_hal_v2::gpio::GpioExt

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

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

Associated Types

type Parts[src]

The Parts to split the GPIO peripheral into

Loading content...

Required methods

pub fn split(self, ahb: &mut AHB) -> Self::Parts[src]

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 GPIOC[src]

type Parts = Parts

impl GpioExt for GPIOD[src]

type Parts = Parts

impl GpioExt for GPIOE[src]

type Parts = Parts

impl GpioExt for GPIOF[src]

type Parts = Parts

Loading content...