[][src]Struct s32k144::lpuart0::data::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 r0t0(&mut self) -> _R0T0W
[src]

Bit 0 - R0T0

pub fn r1t1(&mut self) -> _R1T1W
[src]

Bit 1 - R1T1

pub fn r2t2(&mut self) -> _R2T2W
[src]

Bit 2 - R2T2

pub fn r3t3(&mut self) -> _R3T3W
[src]

Bit 3 - R3T3

pub fn r4t4(&mut self) -> _R4T4W
[src]

Bit 4 - R4T4

pub fn r5t5(&mut self) -> _R5T5W
[src]

Bit 5 - R5T5

pub fn r6t6(&mut self) -> _R6T6W
[src]

Bit 6 - R6T6

pub fn r7t7(&mut self) -> _R7T7W
[src]

Bit 7 - R7T7

pub fn r8t8(&mut self) -> _R8T8W
[src]

Bit 8 - R8T8

pub fn r9t9(&mut self) -> _R9T9W
[src]

Bit 9 - R9T9

pub fn fretsc(&mut self) -> _FRETSCW
[src]

Bit 13 - Frame Error / Transmit Special Character

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

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

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

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