Trait nrf52833_hal::comp::CompInputPin[][src]

pub trait CompInputPin {
    pub fn ain(&self) -> PSEL_A;
}

Trait to represent analog input pins.

Required methods

pub fn ain(&self) -> PSEL_A[src]

Loading content...

Implementors

Loading content...