esp32s2

Module uhci0

Source
Expand description

Universal Host Controller Interface 0

Re-exports§

  • pub use self::q::Q;

Modules§

Structs§

Type Aliases§

  • AHB_TEST (rw) register accessor: AHB test register
  • CONF0 (rw) register accessor: UHCI configuration register
  • CONF1 (rw) register accessor: UHCI configuration register
  • DATE (rw) register accessor: UHCI version control register
  • DMA_IN_DSCR (r) register accessor: The third word of the next receive descriptor
  • DMA_IN_DSCR_BF0 (r) register accessor: The third word of current receive descriptor
  • DMA_IN_ERR_EOF_DES_ADDR (r) register accessor: Inlink descriptor address when errors occur
  • DMA_IN_LINK (rw) register accessor: Link descriptor address and control
  • DMA_IN_POP (rw) register accessor: Pop control register of RX FIFO
  • DMA_IN_STATUS (r) register accessor: UHCI data-input status register
  • DMA_IN_SUC_EOF_DES_ADDR (r) register accessor: Inlink descriptor address when EOF occurs
  • DMA_OUT_DSCR (r) register accessor: The third word of the next transmit descriptor
  • DMA_OUT_DSCR_BF0 (r) register accessor: The third word of current transmit descriptor
  • DMA_OUT_EOF_BFR_DES_ADDR (r) register accessor: Outlink descriptor address before the last transmit descriptor
  • DMA_OUT_EOF_DES_ADDR (r) register accessor: Outlink descriptor address when EOF occurs
  • DMA_OUT_LINK (rw) register accessor: Link descriptor address and control
  • DMA_OUT_PUSH (rw) register accessor: Push control register of TX FIFO
  • DMA_OUT_STATUS (r) register accessor: DMA data-output status register
  • ESCAPE_CONF (rw) register accessor: Escape character configuration
  • ESC_CONF (rw) register accessor: Escape sequence configuration register %s
  • HUNG_CONF (rw) register accessor: Timeout configuration
  • INT_CLR (w) register accessor: Interrupt clear bits
  • INT_ENA (rw) register accessor: Interrupt enable bits
  • INT_RAW (r) register accessor: Raw interrupt status
  • INT_ST (r) register accessor: Masked interrupt status
  • PKT_THRES (rw) register accessor: Configure register for packet length
  • QUICK_SENT (rw) register accessor: UHCI quick_sent configuration register
  • RX_HEAD (r) register accessor: UHCI packet header register
  • STATE0 (r) register accessor: UHCI decoder status register
  • STATE1 (r) register accessor: UHCI encoder status register