Struct lpc55_pac::rpu::enable::W[][src]

pub struct W(_);

Register ENABLE writer

Implementations

impl W[src]

pub fn patch0(&mut self) -> PATCH0_W<'_>[src]

Bit 0 - Patch 0 control bit

pub fn patch1(&mut self) -> PATCH1_W<'_>[src]

Bit 1 - Patch 1 control bit

pub fn patch2(&mut self) -> PATCH2_W<'_>[src]

Bit 2 - Patch 2 control bit

pub fn patch3(&mut self) -> PATCH3_W<'_>[src]

Bit 3 - Patch 3 control bit

pub fn patch4(&mut self) -> PATCH4_W<'_>[src]

Bit 4 - Patch 4 control bit

pub fn patch5(&mut self) -> PATCH5_W<'_>[src]

Bit 5 - Patch 5 control bit

pub fn patch6(&mut self) -> PATCH6_W<'_>[src]

Bit 6 - Patch 6 control bit

pub fn patch7(&mut self) -> PATCH7_W<'_>[src]

Bit 7 - Patch 7 control bit

pub fn patch8(&mut self) -> PATCH8_W<'_>[src]

Bit 8 - Patch 8 control bit

pub fn patch9(&mut self) -> PATCH9_W<'_>[src]

Bit 9 - Patch 9 control bit

pub fn patch10(&mut self) -> PATCH10_W<'_>[src]

Bit 10 - Patch 10 control bit

pub fn patch11(&mut self) -> PATCH11_W<'_>[src]

Bit 11 - Patch 11 control bit

pub fn patch12(&mut self) -> PATCH12_W<'_>[src]

Bit 12 - Patch 12 control bit

pub fn patch13(&mut self) -> PATCH13_W<'_>[src]

Bit 13 - Patch 13 control bit

pub fn patch14(&mut self) -> PATCH14_W<'_>[src]

Bit 14 - Patch 14 control bit

pub fn patch15(&mut self) -> PATCH15_W<'_>[src]

Bit 15 - Patch 15 control bit

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

Writes raw bits to the register.

Methods from Deref<Target = W<ENABLE_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<ENABLE_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<ENABLE_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.