[][src]Struct circuit_playground_express::atsamd21g18a::sysctrl::intflag::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn xoscrdy(&mut self) -> _XOSCRDYW[src]

Bit 0 - XOSC Ready

pub fn xosc32krdy(&mut self) -> _XOSC32KRDYW[src]

Bit 1 - XOSC32K Ready

pub fn osc32krdy(&mut self) -> _OSC32KRDYW[src]

Bit 2 - OSC32K Ready

pub fn osc8mrdy(&mut self) -> _OSC8MRDYW[src]

Bit 3 - OSC8M Ready

pub fn dfllrdy(&mut self) -> _DFLLRDYW[src]

Bit 4 - DFLL Ready

pub fn dflloob(&mut self) -> _DFLLOOBW[src]

Bit 5 - DFLL Out Of Bounds

pub fn dflllckf(&mut self) -> _DFLLLCKFW[src]

Bit 6 - DFLL Lock Fine

pub fn dflllckc(&mut self) -> _DFLLLCKCW[src]

Bit 7 - DFLL Lock Coarse

pub fn dfllrcs(&mut self) -> _DFLLRCSW[src]

Bit 8 - DFLL Reference Clock Stopped

pub fn bod33rdy(&mut self) -> _BOD33RDYW[src]

Bit 9 - BOD33 Ready

pub fn bod33det(&mut self) -> _BOD33DETW[src]

Bit 10 - BOD33 Detection

pub fn b33srdy(&mut self) -> _B33SRDYW[src]

Bit 11 - BOD33 Synchronization Ready

pub fn dplllckr(&mut self) -> _DPLLLCKRW[src]

Bit 15 - DPLL Lock Rise

pub fn dplllckf(&mut self) -> _DPLLLCKFW[src]

Bit 16 - DPLL Lock Fall

pub fn dplllto(&mut self) -> _DPLLLTOW[src]

Bit 17 - DPLL Lock Timeout

Auto Trait Implementations

impl Send for W

impl Sync for W

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]