[][src]Struct k64::uart5::c4::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: u8) -> &mut Self[src]

Writes raw bits to the register

pub fn brfa(&mut self) -> _BRFAW[src]

Bits 0:4 - Baud Rate Fine Adjust

pub fn m10(&mut self) -> _M10W[src]

Bit 5 - 10-bit Mode select

pub fn maen2(&mut self) -> _MAEN2W[src]

Bit 6 - Match Address Mode Enable 2

pub fn maen1(&mut self) -> _MAEN1W[src]

Bit 7 - Match Address Mode Enable 1

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, 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]