Struct stm32f105xx::uart5::cr1::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 0 - SBK

[src]

Bit 1 - RWU

[src]

Bit 2 - RE

[src]

Bit 3 - TE

[src]

Bit 4 - IDLEIE

[src]

Bit 5 - RXNEIE

[src]

Bit 6 - TCIE

[src]

Bit 7 - TXEIE

[src]

Bit 8 - PEIE

[src]

Bit 9 - PS

[src]

Bit 10 - PCE

[src]

Bit 11 - WAKE

[src]

Bit 12 - M

[src]

Bit 13 - UE

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R