Type Alias atsamd51p::rtc::mode2::mask0::SEL_W

source ·
pub type SEL_W<'a, REG, const O: u8> = FieldWriter<'a, REG, 3, O, SELSELECT_A>;
Expand description

Field SEL writer - Alarm Mask Selection

Aliased Type§

struct SEL_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> SEL_W<'a, REG, O>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn off(self) -> &'a mut W<REG>

Alarm Disabled

source

pub fn ss(self) -> &'a mut W<REG>

Match seconds only

source

pub fn mmss(self) -> &'a mut W<REG>

Match seconds and minutes only

source

pub fn hhmmss(self) -> &'a mut W<REG>

Match seconds, minutes, and hours only

source

pub fn ddhhmmss(self) -> &'a mut W<REG>

Match seconds, minutes, hours, and days only

source

pub fn mmddhhmmss(self) -> &'a mut W<REG>

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

source

pub fn yymmddhhmmss(self) -> &'a mut W<REG>

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