[][src]Struct lpc55s6x_pac::sct0::res::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 o0res(&self) -> O0RESR[src]

Bits 0:1 - Effect of simultaneous set and clear on output 0.

pub fn o1res(&self) -> O1RESR[src]

Bits 2:3 - Effect of simultaneous set and clear on output 1.

pub fn o2res(&self) -> O2RESR[src]

Bits 4:5 - Effect of simultaneous set and clear on output 2.

pub fn o3res(&self) -> O3RESR[src]

Bits 6:7 - Effect of simultaneous set and clear on output 3.

pub fn o4res(&self) -> O4RESR[src]

Bits 8:9 - Effect of simultaneous set and clear on output 4.

pub fn o5res(&self) -> O5RESR[src]

Bits 10:11 - Effect of simultaneous set and clear on output 5.

pub fn o6res(&self) -> O6RESR[src]

Bits 12:13 - Effect of simultaneous set and clear on output 6.

pub fn o7res(&self) -> O7RESR[src]

Bits 14:15 - Effect of simultaneous set and clear on output 7.

pub fn o8res(&self) -> O8RESR[src]

Bits 16:17 - Effect of simultaneous set and clear on output 8.

pub fn o9res(&self) -> O9RESR[src]

Bits 18:19 - Effect of simultaneous set and clear on output 9.

pub fn o10res(&self) -> O10RESR[src]

Bits 20:21 - Effect of simultaneous set and clear on output 10.

pub fn o11res(&self) -> O11RESR[src]

Bits 22:23 - Effect of simultaneous set and clear on output 11.

pub fn o12res(&self) -> O12RESR[src]

Bits 24:25 - Effect of simultaneous set and clear on output 12.

pub fn o13res(&self) -> O13RESR[src]

Bits 26:27 - Effect of simultaneous set and clear on output 13.

pub fn o14res(&self) -> O14RESR[src]

Bits 28:29 - Effect of simultaneous set and clear on output 14.

pub fn o15res(&self) -> O15RESR[src]

Bits 30:31 - Effect of simultaneous set and clear on output 15.

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