Skip to main content

DivH

Type Alias DivH 

Source
pub type DivH = Reg<DivHSpec>;
Expand description

DIV_H (rw) register accessor: Baud rate divider high byte (write only when UART_CTL[div_en]=1 or UART not busy)

You can read this register and get div_h::R. You can reset, write, write_with_zero this register using div_h::W. You can also modify this register. See API.

For information about available fields see div_h module

Aliased Type§

pub struct DivH { /* private fields */ }