Trait stm32f103xx_hal::gpio::GpioExt [−][src]
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, apb2: &mut APB2) -> Self::Parts
Splits the GPIO block into independent pins and registers
Implementations on Foreign Types
impl GpioExt for GPIOA
[src]
impl GpioExt for GPIOA
impl GpioExt for GPIOB
[src]
impl GpioExt for GPIOB
impl GpioExt for GPIOC
[src]
impl GpioExt for GPIOC