Trait stm32f30x_hal::gpio::GpioExt
[−]
[src]
pub trait GpioExt {
type Parts;
fn split(self, ahb: &mut AHB) -> Self::Parts;
}Extension trait to split a GPIO peripheral in independent pins and registers
Associated Types
type Parts
The to split the GPIO into
Required Methods
fn split(self, ahb: &mut AHB) -> Self::Parts
Splits the GPIO block into independent pins and registers