Struct alt_stm32f30x_hal::gpio::AltFn[][src]

pub struct AltFn<AN: AltFnNum, OT: OutputType, OS: OutputSpeed> { /* fields omitted */ }

Alternating function

Trait Implementations

impl<AN: AltFnNum, OT: OutputType, OS: OutputSpeed> PinMode for AltFn<AN, OT, OS>
[src]

Convert type state into actual bits

Auto Trait Implementations

impl<AN, OT, OS> Send for AltFn<AN, OT, OS> where
    AN: Send,
    OS: Send,
    OT: Send

impl<AN, OT, OS> Sync for AltFn<AN, OT, OS> where
    AN: Sync,
    OS: Sync,
    OT: Sync