Trait stm32f429_hal::gpio::GpioExt [] [src]

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

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

Associated Types

The to split the GPIO into

Required Methods

Splits the GPIO block into independent pins and registers

Implementations on Foreign Types

impl GpioExt for GPIOA
[src]

[src]

impl GpioExt for GPIOB
[src]

[src]

impl GpioExt for GPIOC
[src]

[src]

impl GpioExt for GPIOD
[src]

[src]

impl GpioExt for GPIOE
[src]

[src]

impl GpioExt for GPIOF
[src]

[src]

impl GpioExt for GPIOG
[src]

[src]

impl GpioExt for GPIOH
[src]

[src]

impl GpioExt for GPIOI
[src]

[src]

Implementors