Type Alias atsame54n::ac::compctrl::INTSEL_R

source ·
pub type INTSEL_R = FieldReader<INTSELSELECT_A>;
Expand description

Field INTSEL reader - Interrupt Selection

Aliased Type§

struct INTSEL_R { /* private fields */ }

Implementations§

source§

impl INTSEL_R

source

pub const fn variant(&self) -> INTSELSELECT_A

Get enumerated values variant

source

pub fn is_toggle(&self) -> bool

Interrupt on comparator output toggle

source

pub fn is_rising(&self) -> bool

Interrupt on comparator output rising

source

pub fn is_falling(&self) -> bool

Interrupt on comparator output falling

source

pub fn is_eoc(&self) -> bool

Interrupt on end of comparison (single-shot mode only)