Trait stm32l0x1_hal::gpio::InputMode[][src]

pub trait InputMode {
    fn modify_pupdr_bits(original: u32, offset: u32) -> u32;
}

Input Mode Trait Implemented only for corresponding structs.

Note: MUST not be implemented by user.

Required Methods

Implementors