atsamd21g::eic::nmictrl

Type Alias NmisenseR

Source
pub type NmisenseR = FieldReader<Nmisenseselect>;
Expand description

Field NMISENSE reader - Non-Maskable Interrupt Sense

Aliased Type§

struct NmisenseR { /* private fields */ }

Implementations§

Source§

impl NmisenseR

Source

pub const fn variant(&self) -> Option<Nmisenseselect>

Get enumerated values variant

Source

pub fn is_none(&self) -> bool

No detection

Source

pub fn is_rise(&self) -> bool

Rising-edge detection

Source

pub fn is_fall(&self) -> bool

Falling-edge detection

Source

pub fn is_both(&self) -> bool

Both-edges detection

Source

pub fn is_high(&self) -> bool

High-level detection

Source

pub fn is_low(&self) -> bool

Low-level detection