Struct stm32f103xx::uart5::cr1::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 0 - SBK

Bit 1 - RWU

Bit 2 - RE

Bit 3 - TE

Bit 4 - IDLEIE

Bit 5 - RXNEIE

Bit 6 - TCIE

Bit 7 - TXEIE

Bit 8 - PEIE

Bit 9 - PS

Bit 10 - PCE

Bit 11 - WAKE

Bit 12 - M

Bit 13 - UE

Auto Trait Implementations

impl Send for W

impl Sync for W