Struct efm32gg990::usart2::if_::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 - TX Complete Interrupt Flag

Bit 1 - TX Buffer Level Interrupt Flag

Bit 2 - RX Data Valid Interrupt Flag

Bit 3 - RX Buffer Full Interrupt Flag

Bit 4 - RX Overflow Interrupt Flag

Bit 5 - RX Underflow Interrupt Flag

Bit 6 - TX Overflow Interrupt Flag

Bit 7 - TX Underflow Interrupt Flag

Bit 8 - Parity Error Interrupt Flag

Bit 9 - Framing Error Interrupt Flag

Bit 10 - Multi-Processor Address Frame Interrupt Flag

Bit 11 - Slave-Select In Master Mode Interrupt Flag

Bit 12 - Collision Check Fail Interrupt Flag

Auto Trait Implementations

impl Send for R

impl Sync for R