[][src]Trait nucleo_f042k6::_stm32f0xx_hal_gpio_GpioExt

pub trait _stm32f0xx_hal_gpio_GpioExt {
    type Parts;
    fn split(self, rcc: &mut Rcc) -> Self::Parts;
}

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

Associated Types

type Parts

The parts to split the GPIO into

Loading content...

Required methods

fn split(self, rcc: &mut Rcc) -> 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 GPIOC[src]

type Parts = Parts

impl GpioExt for GPIOF[src]

type Parts = Parts

Loading content...