pub struct R(_);
Expand description
Register STATE0
reader
Implementations§
source§impl R
impl R
sourcepub fn rx_err_cause(&self) -> RX_ERR_CAUSE_R
pub fn rx_err_cause(&self) -> RX_ERR_CAUSE_R
Bits 0:2 - This register indicates the error type when DMA has received a packet with error. 3’b001: Checksum error in HCI packet. 3’b010: Sequence number error in HCI packet. 3’b011: CRC bit error in HCI packet. 3’b100: 0xc0 is found but received HCI packet is not end. 3’b101: 0xc0 is not found when receiving HCI packet is end. 3’b110: CRC check error.
sourcepub fn decode_state(&self) -> DECODE_STATE_R
pub fn decode_state(&self) -> DECODE_STATE_R
Bits 3:5 - UHCI decoder status.