Type Alias atsamd51p::eic::config::SENSE3_R

source ·
pub type SENSE3_R = FieldReader<SENSE3SELECT_A>;
Expand description

Field SENSE3 reader - Input Sense Configuration 3

Aliased Type§

struct SENSE3_R { /* private fields */ }

Implementations§

source§

impl SENSE3_R

source

pub const fn variant(&self) -> Option<SENSE3SELECT_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