Struct lpc13xx::uart::IER [] [src]

pub struct IER { /* fields omitted */ }

Interrupt Enable Register. Contains individual interrupt enable bits for the 7 potential UART interrupts. When DLAB=0.

Methods

impl IER
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for IER

impl !Sync for IER