Type Alias atsame54n::rtc::mode2::mask0::SEL_R

source ·
pub type SEL_R = FieldReader<SELSELECT_A>;
Expand description

Field SEL reader - Alarm Mask Selection

Aliased Type§

struct SEL_R { /* private fields */ }

Implementations§

source§

impl SEL_R

source

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

Get enumerated values variant

source

pub fn is_off(&self) -> bool

Alarm Disabled

source

pub fn is_ss(&self) -> bool

Match seconds only

source

pub fn is_mmss(&self) -> bool

Match seconds and minutes only

source

pub fn is_hhmmss(&self) -> bool

Match seconds, minutes, and hours only

source

pub fn is_ddhhmmss(&self) -> bool

Match seconds, minutes, hours, and days only

source

pub fn is_mmddhhmmss(&self) -> bool

Match seconds, minutes, hours, days, and months only

source

pub fn is_yymmddhhmmss(&self) -> bool

Match seconds, minutes, hours, days, months, and years