Trait stm32f4xx_hal::gpio::PinExt[][src]

pub trait PinExt {
    type Mode;
    fn pin_id(&self) -> u8;
fn port_id(&self) -> u8; }

Associated Types

Required methods

Return pin number

Return port number

Implementors