Struct zinc_hal_lpc11xx::ioregs::UART_thr
[−]
[src]
pub struct UART_thr { // some fields omitted }
Register THR
: Transmit Holding Register. The next character to be transmitted is written here. (DLAB=0)
Methods
impl UART_thr
fn ignoring_state(&self) -> UART_thr_Update
Create new updater that ignores current value of the THR
register.
fn set_thr<'a>(&'a mut self, new_value: u32) -> UART_thr_Update<'a>
Set value of THR
field.