#[repr(transparent)]pub struct USR<R: Register>(_);Expand description
UART Status Register.
Implementations§
source§impl<R: Register> USR<R>
impl<R: Register> USR<R>
sourcepub fn write(&self, val: UartStatus)
pub fn write(&self, val: UartStatus)
Write UART status settings.
sourcepub fn read(&self) -> UartStatus
pub fn read(&self) -> UartStatus
Read UART status settings.