Struct stm32l0x1_hal::gpio::PB9[][src]

pub struct PB9<MODE>(_);

Specific Pin

Methods

impl<MODE> PB9<MODE>
[src]

Configures the PIN to operate as Input Pin according to Mode.

Configures the PIN to operate as Output Pin according to Mode.

Configures the PIN to operate as Alternate Function.

Trait Implementations

impl<OMODE, PUMODE> OutputPin for PB9<Output<OMODE, PUMODE>>
[src]

Sets high bit.

Sets low bit.

impl<OMODE, PUMODE> StatefulOutputPin for PB9<Output<OMODE, PUMODE>>
[src]

Returns whether high bit is set.

Returns whether low bit is set.

Auto Trait Implementations

impl<MODE> Send for PB9<MODE> where
    MODE: Send

impl<MODE> Sync for PB9<MODE> where
    MODE: Sync