[][src]Struct atsams70q19::rtc::rtc_mr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn hrmod(&mut self) -> _HRMODW[src]

Bit 0 - 12-/24-hour Mode

pub fn persian(&mut self) -> _PERSIANW[src]

Bit 1 - PERSIAN Calendar

pub fn negppm(&mut self) -> _NEGPPMW[src]

Bit 4 - NEGative PPM Correction

pub fn correction(&mut self) -> _CORRECTIONW[src]

Bits 8:14 - Slow Clock Correction

pub fn highppm(&mut self) -> _HIGHPPMW[src]

Bit 15 - HIGH PPM Correction

pub fn out0(&mut self) -> _OUT0W[src]

Bits 16:18 - RTCOUT0 OutputSource Selection

pub fn out1(&mut self) -> _OUT1W[src]

Bits 20:22 - RTCOUT1 Output Source Selection

pub fn thigh(&mut self) -> _THIGHW[src]

Bits 24:26 - High Duration of the Output Pulse

pub fn tperiod(&mut self) -> _TPERIODW[src]

Bits 28:29 - Period of the Output Pulse

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync for W

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