Struct efm32gg11b820::leuart1::ien::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bit 0 - TXC Interrupt Enable

[src]

Bit 1 - TXBL Interrupt Enable

[src]

Bit 2 - RXDATAV Interrupt Enable

[src]

Bit 3 - RXOF Interrupt Enable

[src]

Bit 4 - RXUF Interrupt Enable

[src]

Bit 5 - TXOF Interrupt Enable

[src]

Bit 6 - PERR Interrupt Enable

[src]

Bit 7 - FERR Interrupt Enable

[src]

Bit 8 - MPAF Interrupt Enable

[src]

Bit 9 - STARTF Interrupt Enable

[src]

Bit 10 - SIGF Interrupt Enable

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W