[][src]Struct lpc55s6x_pac::anactrl::bod_dcdc_int_status::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 bodvbat_status(&self) -> BODVBAT_STATUSR[src]

Bit 0 - BOD VBAT Interrupt status before Interrupt Enable.

pub fn bodvbat_int_status(&self) -> BODVBAT_INT_STATUSR[src]

Bit 1 - BOD VBAT Interrupt status after Interrupt Enable.

pub fn bodvbat_val(&self) -> BODVBAT_VALR[src]

Bit 2 - Current value of BOD VBAT power status output.

pub fn bodcore_status(&self) -> BODCORE_STATUSR[src]

Bit 3 - BOD CORE Interrupt status before Interrupt Enable.

pub fn bodcore_int_status(&self) -> BODCORE_INT_STATUSR[src]

Bit 4 - BOD CORE Interrupt status after Interrupt Enable.

pub fn bodcore_val(&self) -> BODCORE_VALR[src]

Bit 5 - Current value of BOD CORE power status output.

pub fn dcdc_status(&self) -> DCDC_STATUSR[src]

Bit 6 - DCDC Interrupt status before Interrupt Enable.

pub fn dcdc_int_status(&self) -> DCDC_INT_STATUSR[src]

Bit 7 - DCDC Interrupt status after Interrupt Enable.

pub fn dcdc_val(&self) -> DCDC_VALR[src]

Bit 8 - Current value of DCDC power status output.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self