pub type R = R<BUS_STATE_SPEC>;
Expand description
Register bus_state
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
Source§impl R
impl R
Sourcepub fn transmit_busy(&self) -> TRANSMIT_BUSY_R
pub fn transmit_busy(&self) -> TRANSMIT_BUSY_R
Bit 0 - Indicates that UART transmit bus is busy
Sourcepub fn receive_busy(&self) -> RECEIVE_BUSY_R
pub fn receive_busy(&self) -> RECEIVE_BUSY_R
Bit 1 - Indicates that UART receive bus is busy