Struct max32630_svd::uart0::ctrl::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 - UART Enable

Bit 1 - RX FIFO Enable

Bit 2 - TX FIFO Enable

Bits 4:5 - Data Size

Bit 8 - Extra Stop Enable

Bits 12:13 - Parity Mode

Bit 16 - CTS Enable

Bit 17 - CTS Polarity

Bit 18 - RTS Enable

Bit 19 - RTS Polarity

Bits 20:25 - RX FIFO LTE Level for RTS Assert

Auto Trait Implementations

impl Send for R

impl Sync for R