Trait gd32vf103_hal::gpio::GpioExt[][src]

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

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

Associated Types

type Parts[src]

The type to split the GPIO into

Loading content...

Required methods

fn split(self, apb2: &mut APB2) -> Self::Parts[src]

Splits the GPIO block into independent pins and registers

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...