Struct lpc55_pac::anactrl::bod_dcdc_int_ctrl::W[][src]

pub struct W(_);

Register BOD_DCDC_INT_CTRL writer

Implementations

impl W[src]

pub fn bodvbat_int_enable(&mut self) -> BODVBAT_INT_ENABLE_W<'_>[src]

Bit 0 - BOD VBAT interrupt control.

pub fn bodvbat_int_clear(&mut self) -> BODVBAT_INT_CLEAR_W<'_>[src]

Bit 1 - BOD VBAT interrupt clear.1: Clear the interrupt. Self-cleared bit.

pub fn bodcore_int_enable(&mut self) -> BODCORE_INT_ENABLE_W<'_>[src]

Bit 2 - BOD CORE interrupt control.

pub fn bodcore_int_clear(&mut self) -> BODCORE_INT_CLEAR_W<'_>[src]

Bit 3 - BOD CORE interrupt clear.1: Clear the interrupt. Self-cleared bit.

pub fn dcdc_int_enable(&mut self) -> DCDC_INT_ENABLE_W<'_>[src]

Bit 4 - DCDC interrupt control.

pub fn dcdc_int_clear(&mut self) -> DCDC_INT_CLEAR_W<'_>[src]

Bit 5 - DCDC interrupt clear.1: Clear the interrupt. Self-cleared bit.

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<BOD_DCDC_INT_CTRL_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<BOD_DCDC_INT_CTRL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<BOD_DCDC_INT_CTRL_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.