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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bit 0 - State UNKNOWN 0.

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

Bit 1 - State UNKNOWN Secure only 0.

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

Bit 2 - State UNKNOWN 1.

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

Bit 3 - State UNKNOWN Secure only 1.

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

Bit 4 - State UNKNOWN 2.

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

Bit 5 - State UNKNOWN Secure only 2.

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

Bit 6 - State UNKNOWN 3.

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

Bit 7 - State UNKNOWN Secure only 3.

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

Bit 8 - State UNKNOWN 4.

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

Bit 9 - State UNKNOWN Secure only 4.

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

Bit 10 - State UNKNOWN 5.

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

Bit 11 - State UNKNOWN Secure only 5.

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

Bit 12 - State UNKNOWN 6.

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

Bit 13 - State UNKNOWN Secure only 6.

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

Bit 14 - State UNKNOWN 7.

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

Bit 15 - State UNKNOWN Secure only 7.

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

Bit 20 - State UNKNOWN 10.

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

Bit 21 - State UNKNOWN Secure only 10.

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

Bit 22 - State UNKNOWN 11.

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

Bit 23 - State UNKNOWN Secure only 11.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

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.

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

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

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

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

type Output = T

Should always be Self