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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

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

Bit 0 - State UNKNOWN 0.

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

Bit 1 - State UNKNOWN Secure only 0.

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

Bit 2 - State UNKNOWN 1.

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

Bit 3 - State UNKNOWN Secure only 1.

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

Bit 4 - State UNKNOWN 2.

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

Bit 5 - State UNKNOWN Secure only 2.

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

Bit 6 - State UNKNOWN 3.

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

Bit 7 - State UNKNOWN Secure only 3.

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

Bit 8 - State UNKNOWN 4.

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

Bit 9 - State UNKNOWN Secure only 4.

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

Bit 10 - State UNKNOWN 5.

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

Bit 11 - State UNKNOWN Secure only 5.

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

Bit 12 - State UNKNOWN 6.

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

Bit 13 - State UNKNOWN Secure only 6.

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

Bit 14 - State UNKNOWN 7.

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

Bit 15 - State UNKNOWN Secure only 7.

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

Bit 20 - State UNKNOWN 10.

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

Bit 21 - State UNKNOWN Secure only 10.

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

Bit 22 - State UNKNOWN 11.

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

Bit 23 - State UNKNOWN Secure only 11.

Auto Trait Implementations

impl Send for W

impl Sync for W

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