Trait stm32l0x1_hal::gpio::OutputMode[][src]

pub trait OutputMode {
    fn modify_otyper_bits(original: u32, idx: u8) -> u32;
}

Output Mode Trait Implemented only for corresponding structs.

Note: MUST not be implemented by user.

Required Methods

Implementors