[−][src]Struct lpc55s6x_pac::anactrl::bod_dcdc_int_status::R
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
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self