[][src]Struct atsams70n19::rtc::rtc_mr::_OUT1W

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

Proxy

Methods

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

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

Writes variant to the field

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

No waveform, stuck at '0'

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

1 Hz square wave

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

32 Hz square wave

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

64 Hz square wave

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

512 Hz square wave

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

Output toggles when alarm flag rises

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

Output is a copy of the alarm flag

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

Duty cycle programmable pulse

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _OUT1W<'a>

impl<'a> Sync for _OUT1W<'a>

impl<'a> Send for _OUT1W<'a>

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self