[][src]Struct nrf52832_hal::target::wdt::reqstatus::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 rr0(&self) -> RR0R[src]

Bit 0 - Request status for RR[0] register

pub fn rr1(&self) -> RR1R[src]

Bit 1 - Request status for RR[1] register

pub fn rr2(&self) -> RR2R[src]

Bit 2 - Request status for RR[2] register

pub fn rr3(&self) -> RR3R[src]

Bit 3 - Request status for RR[3] register

pub fn rr4(&self) -> RR4R[src]

Bit 4 - Request status for RR[4] register

pub fn rr5(&self) -> RR5R[src]

Bit 5 - Request status for RR[5] register

pub fn rr6(&self) -> RR6R[src]

Bit 6 - Request status for RR[6] register

pub fn rr7(&self) -> RR7R[src]

Bit 7 - Request status for RR[7] register

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]

impl<T> Same for T

type Output = T

Should always be Self