[][src]Struct atsamd51j19a::supc::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 Self[src]

Writes raw bits to the register

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

Bit 0 - BOD33 Ready

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

Bit 1 - BOD33 Detection

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

Bit 2 - BOD33 Synchronization Ready

pub fn bod12rdy(&mut self) -> _BOD12RDYW[src]

Bit 3 - BOD12 Ready

pub fn bod12det(&mut self) -> _BOD12DETW[src]

Bit 4 - BOD12 Detection

pub fn b12srdy(&mut self) -> _B12SRDYW[src]

Bit 5 - BOD12 Synchronization Ready

pub fn vregrdy(&mut self) -> _VREGRDYW[src]

Bit 8 - Voltage Regulator Ready

pub fn vcorerdy(&mut self) -> _VCORERDYW[src]

Bit 10 - VDDCORE Ready

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]