[][src]Trait nrf52832_hal::prelude::GpioExt

pub trait GpioExt {
    type Parts;
    fn split(self) -> 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

Implementors

impl GpioExt for P0
[src]