Module esp32c6::usb_device

source ·
Expand description

Full-speed USB Serial/JTAG Controller

Modules§

Structs§

Type Aliases§

  • BUS_RESET_ST (r) register accessor: USB Bus reset status register
  • CHIP_RST (rw) register accessor: CDC-ACM chip reset control.
  • CONF0 (rw) register accessor: PHY hardware configuration.
  • CONFIG_UPDATE (w) register accessor: Configuration registers’ value update
  • DATE (rw) register accessor: Date register
  • EP1 (rw) register accessor: FIFO access for the CDC-ACM data IN and OUT endpoints.
  • EP1_CONF (rw) register accessor: Configuration and control registers for the CDC-ACM FIFOs.
  • FRAM_NUM (r) register accessor: Last received SOF frame index register.
  • GET_LINE_CODE_W0 (rw) register accessor: W0 of GET_LINE_CODING command.
  • GET_LINE_CODE_W1 (rw) register accessor: W1 of GET_LINE_CODING command.
  • INT_CLR (w) register accessor: Interrupt clear status register.
  • INT_ENA (rw) register accessor: Interrupt enable status register.
  • INT_RAW (rw) register accessor: Interrupt raw status register.
  • INT_ST (r) register accessor: Interrupt status register.
  • IN_EP0_ST (r) register accessor: Control IN endpoint status information.
  • IN_EP1_ST (r) register accessor: CDC-ACM IN endpoint status information.
  • IN_EP2_ST (r) register accessor: CDC-ACM interrupt IN endpoint status information.
  • IN_EP3_ST (r) register accessor: JTAG IN endpoint status information.
  • JFIFO_ST (rw) register accessor: JTAG FIFO status and control registers.
  • MEM_CONF (rw) register accessor: Memory power control
  • MISC_CONF (rw) register accessor: Clock enable control
  • OUT_EP0_ST (r) register accessor: Control OUT endpoint status information.
  • OUT_EP1_ST (r) register accessor: CDC-ACM OUT endpoint status information.
  • OUT_EP2_ST (r) register accessor: JTAG OUT endpoint status information.
  • SER_AFIFO_CONFIG (rw) register accessor: Serial AFIFO configure register
  • SET_LINE_CODE_W0 (r) register accessor: W0 of SET_LINE_CODING command.
  • SET_LINE_CODE_W1 (r) register accessor: W1 of SET_LINE_CODING command.
  • TEST (rw) register accessor: Registers used for debugging the PHY.