Struct stm32f103xx::uart5::cr1::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 - 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 R

impl Sync for R