Struct lpc55_pac::scn_scb::cppwr::W[][src]

pub struct W(_);

Register CPPWR writer

Implementations

impl W[src]

pub fn su0(&mut self) -> SU0_W<'_>[src]

Bit 0 - State UNKNOWN 0.

pub fn sus0(&mut self) -> SUS0_W<'_>[src]

Bit 1 - State UNKNOWN Secure only 0.

pub fn su1(&mut self) -> SU1_W<'_>[src]

Bit 2 - State UNKNOWN 1.

pub fn sus1(&mut self) -> SUS1_W<'_>[src]

Bit 3 - State UNKNOWN Secure only 1.

pub fn su2(&mut self) -> SU2_W<'_>[src]

Bit 4 - State UNKNOWN 2.

pub fn sus2(&mut self) -> SUS2_W<'_>[src]

Bit 5 - State UNKNOWN Secure only 2.

pub fn su3(&mut self) -> SU3_W<'_>[src]

Bit 6 - State UNKNOWN 3.

pub fn sus3(&mut self) -> SUS3_W<'_>[src]

Bit 7 - State UNKNOWN Secure only 3.

pub fn su4(&mut self) -> SU4_W<'_>[src]

Bit 8 - State UNKNOWN 4.

pub fn sus4(&mut self) -> SUS4_W<'_>[src]

Bit 9 - State UNKNOWN Secure only 4.

pub fn su5(&mut self) -> SU5_W<'_>[src]

Bit 10 - State UNKNOWN 5.

pub fn sus5(&mut self) -> SUS5_W<'_>[src]

Bit 11 - State UNKNOWN Secure only 5.

pub fn su6(&mut self) -> SU6_W<'_>[src]

Bit 12 - State UNKNOWN 6.

pub fn sus6(&mut self) -> SUS6_W<'_>[src]

Bit 13 - State UNKNOWN Secure only 6.

pub fn su7(&mut self) -> SU7_W<'_>[src]

Bit 14 - State UNKNOWN 7.

pub fn sus7(&mut self) -> SUS7_W<'_>[src]

Bit 15 - State UNKNOWN Secure only 7.

pub fn su10(&mut self) -> SU10_W<'_>[src]

Bit 20 - State UNKNOWN 10.

pub fn sus10(&mut self) -> SUS10_W<'_>[src]

Bit 21 - State UNKNOWN Secure only 10.

pub fn su11(&mut self) -> SU11_W<'_>[src]

Bit 22 - State UNKNOWN 11.

pub fn sus11(&mut self) -> SUS11_W<'_>[src]

Bit 23 - State UNKNOWN Secure only 11.

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

Writes raw bits to the register.

Methods from Deref<Target = W<CPPWR_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<CPPWR_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

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