pub struct R(_);
Expand description
Register HUNG_CONF
reader
Implementations§
§impl R
impl R
pub fn txfifo_timeout(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_timeout(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - This register stores the timeout value.when DMA takes more time than this register value to receive a data it will produce uhci_tx_hung_int interrupt.
pub fn txfifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn txfifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 8:10 - The tick count is cleared when its value >=(17’d8000>>reg_txfifo_timeout_shift)
pub fn txfifo_timeout_ena(&self) -> BitReaderRaw<bool>
pub fn txfifo_timeout_ena(&self) -> BitReaderRaw<bool>
Bit 11 - The enable bit for txfifo receive data timeout
pub fn rxfifo_timeout(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_timeout(&self) -> FieldReaderRaw<u8, u8>
Bits 12:19 - This register stores the timeout value.when DMA takes more time than this register value to read a data from RAM it will produce uhci_rx_hung_int interrupt.
pub fn rxfifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
pub fn rxfifo_timeout_shift(&self) -> FieldReaderRaw<u8, u8>
Bits 20:22 - The tick count is cleared when its value >=(17’d8000>>reg_rxfifo_timeout_shift)
pub fn rxfifo_timeout_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_timeout_ena(&self) -> BitReaderRaw<bool>
Bit 23 - This is the enable bit for DMA send data timeout
Methods from Deref<Target = R<HUNG_CONF_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<HUNG_CONF_SPEC>> for R
impl From<R<HUNG_CONF_SPEC>> for R
§fn from(reader: R<HUNG_CONF_SPEC>) -> R
fn from(reader: R<HUNG_CONF_SPEC>) -> R
Converts to this type from the input type.