[][src]Struct rsl10_pac::acs::acs_rtc_ctrl::ALARM_CFG_W

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

Write proxy for field ALARM_CFG

Methods

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

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

Writes variant to the field

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

RTC alarm is disabled

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

RTC alarm on counter bit 7 rising edge (7.8125 ms)

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

RTC alarm on counter bit 8 rising edge (15.625 ms)

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

RTC alarm on counter bit 9 rising edge (31.25 ms)

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

RTC alarm on counter bit 10 rising edge (62.5 ms)

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

RTC alarm on counter bit 11 rising edge (125 ms)

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

RTC alarm on counter bit 12 rising edge (250 ms)

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

RTC alarm on counter bit 13 rising edge (500 ms)

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

RTC alarm on counter bit 14 rising edge (1 s)

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

RTC alarm on counter bit 15 rising edge (2 s)

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

RTC alarm on counter bit 16 rising edge (4 s)

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

RTC alarm on counter bit 17 rising edge (8 s)

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

RTC alarm on counter bit 18 rising edge (16 s)

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

RTC alarm on counter bit 19 rising edge (32 s)

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

RTC alarm on counter bit 20 rising edge (64 s)

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

RTC alarm on (down) counter reaching zero (up to 36.4 hours)

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for ALARM_CFG_W<'a>

impl<'a> !Sync for ALARM_CFG_W<'a>

impl<'a> Unpin for ALARM_CFG_W<'a>

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.