Type Alias atsamd51j::eic::nmictrl::NMISENSE_R

source ·
pub type NMISENSE_R = FieldReader<NMISENSESELECT_A>;
Expand description

Field NMISENSE reader - Non-Maskable Interrupt Sense Configuration

Aliased Type§

struct NMISENSE_R { /* private fields */ }

Implementations§

source§

impl NMISENSE_R

source

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

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