Struct stm32f103xx::uart5::sr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - PE

Bit 1 - FE

Bit 2 - NE

Bit 3 - ORE

Bit 4 - IDLE

Bit 5 - RXNE

Bit 6 - TC

Bit 7 - TXE

Bit 8 - LBD

Auto Trait Implementations

impl Send for R

impl Sync for R