[][src]Struct circuit_playground_express::atsamd21g18a::rtc::mode2::mask::_SELW

pub struct _SELW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SELW<'a>[src]

pub fn variant(self, variant: SELW) -> &'a mut W[src]

Writes variant to the field

pub fn off(self) -> &'a mut W[src]

Alarm Disabled

pub fn ss(self) -> &'a mut W[src]

Match seconds only

pub fn mmss(self) -> &'a mut W[src]

Match seconds and minutes only

pub fn hhmmss(self) -> &'a mut W[src]

Match seconds, minutes, and hours only

pub fn ddhhmmss(self) -> &'a mut W[src]

Match seconds, minutes, hours, and days only

pub fn mmddhhmmss(self) -> &'a mut W[src]

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

pub fn yymmddhhmmss(self) -> &'a mut W[src]

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

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _SELW<'a>

impl<'a> Sync for _SELW<'a>

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]