[][src]Struct atsamd51j19a::rtc::mode2::syncbusy::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn swrst(&self) -> SWRSTR[src]

Bit 0 - Software Reset Bit Busy

pub fn enable(&self) -> ENABLER[src]

Bit 1 - Enable Bit Busy

pub fn freqcorr(&self) -> FREQCORRR[src]

Bit 2 - FREQCORR Register Busy

pub fn clock(&self) -> CLOCKR[src]

Bit 3 - CLOCK Register Busy

pub fn alarm0(&self) -> ALARM0R[src]

Bit 5 - ALARM 0 Register Busy

pub fn alarm1(&self) -> ALARM1R[src]

Bit 6 - ALARM 1 Register Busy

pub fn mask0(&self) -> MASK0R[src]

Bit 11 - MASK 0 Register Busy

pub fn mask1(&self) -> MASK1R[src]

Bit 12 - MASK 1 Register Busy

pub fn clocksync(&self) -> CLOCKSYNCR[src]

Bit 15 - Clock Synchronization Enable Bit Busy

pub fn gp0(&self) -> GP0R[src]

Bit 16 - General Purpose 0 Register Busy

pub fn gp1(&self) -> GP1R[src]

Bit 17 - General Purpose 1 Register Busy

pub fn gp2(&self) -> GP2R[src]

Bit 18 - General Purpose 2 Register Busy

pub fn gp3(&self) -> GP3R[src]

Bit 19 - General Purpose 3 Register Busy

Auto Trait Implementations

impl Send for R

impl Sync for R

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]