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

pub struct R(_);

Register CPPWR reader

Implementations

impl R[src]

pub fn su0(&self) -> SU0_R[src]

Bit 0 - State UNKNOWN 0.

pub fn sus0(&self) -> SUS0_R[src]

Bit 1 - State UNKNOWN Secure only 0.

pub fn su1(&self) -> SU1_R[src]

Bit 2 - State UNKNOWN 1.

pub fn sus1(&self) -> SUS1_R[src]

Bit 3 - State UNKNOWN Secure only 1.

pub fn su2(&self) -> SU2_R[src]

Bit 4 - State UNKNOWN 2.

pub fn sus2(&self) -> SUS2_R[src]

Bit 5 - State UNKNOWN Secure only 2.

pub fn su3(&self) -> SU3_R[src]

Bit 6 - State UNKNOWN 3.

pub fn sus3(&self) -> SUS3_R[src]

Bit 7 - State UNKNOWN Secure only 3.

pub fn su4(&self) -> SU4_R[src]

Bit 8 - State UNKNOWN 4.

pub fn sus4(&self) -> SUS4_R[src]

Bit 9 - State UNKNOWN Secure only 4.

pub fn su5(&self) -> SU5_R[src]

Bit 10 - State UNKNOWN 5.

pub fn sus5(&self) -> SUS5_R[src]

Bit 11 - State UNKNOWN Secure only 5.

pub fn su6(&self) -> SU6_R[src]

Bit 12 - State UNKNOWN 6.

pub fn sus6(&self) -> SUS6_R[src]

Bit 13 - State UNKNOWN Secure only 6.

pub fn su7(&self) -> SU7_R[src]

Bit 14 - State UNKNOWN 7.

pub fn sus7(&self) -> SUS7_R[src]

Bit 15 - State UNKNOWN Secure only 7.

pub fn su10(&self) -> SU10_R[src]

Bit 20 - State UNKNOWN 10.

pub fn sus10(&self) -> SUS10_R[src]

Bit 21 - State UNKNOWN Secure only 10.

pub fn su11(&self) -> SU11_R[src]

Bit 22 - State UNKNOWN 11.

pub fn sus11(&self) -> SUS11_R[src]

Bit 23 - State UNKNOWN Secure only 11.

Methods from Deref<Target = R<CPPWR_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CPPWR_SPEC>

The resulting type after dereferencing.

impl From<R<CPPWR_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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.