Trait nrf52832_hal::comp::CompInputPin

source ·
pub trait CompInputPin {
    // Required method
    fn ain(&self) -> PSEL_A;
}
Expand description

Trait to represent analog input pins.

Required Methods§

source

fn ain(&self) -> PSEL_A

Implementors§