Type Alias R
Source pub type R = R<BIT_PERIOD_SPEC>;
Expand description
Register bit_period
reader
struct R { }
Bits 0:15 - Period of each transmit bit
Add 1 to this value and divide by clock to get transmit baudrate.
Bits 16:31 - Period of each receive bit
Add 1 to this value and divide by clock to get receive baudrate.