Trait nrf52832_hal::lpcomp::LpCompInputPin[][src]

pub trait LpCompInputPin {
    fn ain(&self) -> PSEL_A;
}
Expand description

Trait to represent analog input pins.

Required methods

Implementors