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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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