[][src]Type Definition atsamd_hal::common::gpio::v1::Pa4

type Pa4<M> = Pin<PA04, M>;

Represents the IO pin with the matching name

Trait Implementations

impl Channel<ADC> for Pa4<PfB>[src]

type ID = u8

Channel ID type Read more

impl<MODE: PinMode> EicPin<ExtInt4<Pin<PA04, Alternate<A>>>> for Pa4<MODE>[src]

impl<MODE: PinMode> ExternalInterrupt for &Pa4<MODE>[src]