Struct max32630_svd::uart0::ctrl::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W