[][src]Struct atsamd51j19a::dac::intflag::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn underrun0(&self) -> UNDERRUN0R[src]

Bit 0 - Result 0 Underrun

pub fn underrun1(&self) -> UNDERRUN1R[src]

Bit 1 - Result 1 Underrun

pub fn empty0(&self) -> EMPTY0R[src]

Bit 2 - Data Buffer 0 Empty

pub fn empty1(&self) -> EMPTY1R[src]

Bit 3 - Data Buffer 1 Empty

pub fn resrdy0(&self) -> RESRDY0R[src]

Bit 4 - Result 0 Ready

pub fn resrdy1(&self) -> RESRDY1R[src]

Bit 5 - Result 1 Ready

pub fn overrun0(&self) -> OVERRUN0R[src]

Bit 6 - Result 0 Overrun

pub fn overrun1(&self) -> OVERRUN1R[src]

Bit 7 - Result 1 Overrun

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]