Module esp32c3::dma::int_ch::raw

source ·
Expand description

DMA_INT_RAW_CH0_REG.

Structs§

Type Aliases§

  • Field INFIFO_OVF reader - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is overflow.
  • Field INFIFO_OVF writer - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is overflow.
  • Field INFIFO_UDF reader - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is underflow.
  • Field INFIFO_UDF writer - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is underflow.
  • Field IN_DONE reader - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0.
  • Field IN_DONE writer - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0.
  • Field IN_DSCR_EMPTY reader - The raw interrupt bit turns to high level when Rx buffer pointed by inlink is full and receiving data is not completed, but there is no more inlink for Rx channel 0.
  • Field IN_DSCR_EMPTY writer - The raw interrupt bit turns to high level when Rx buffer pointed by inlink is full and receiving data is not completed, but there is no more inlink for Rx channel 0.
  • Field IN_DSCR_ERR reader - The raw interrupt bit turns to high level when detecting inlink descriptor error, including owner error, the second and third word error of inlink descriptor for Rx channel 0.
  • Field IN_DSCR_ERR writer - The raw interrupt bit turns to high level when detecting inlink descriptor error, including owner error, the second and third word error of inlink descriptor for Rx channel 0.
  • Field IN_ERR_EOF reader - The raw interrupt bit turns to high level when data error is detected only in the case that the peripheral is UHCI0 for Rx channel 0. For other peripherals, this raw interrupt is reserved.
  • Field IN_ERR_EOF writer - The raw interrupt bit turns to high level when data error is detected only in the case that the peripheral is UHCI0 for Rx channel 0. For other peripherals, this raw interrupt is reserved.
  • Field IN_SUC_EOF reader - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0. For UHCI0, the raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received and no data error is detected for Rx channel 0.
  • Field IN_SUC_EOF writer - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0. For UHCI0, the raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received and no data error is detected for Rx channel 0.
  • Field OUTFIFO_OVF reader - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is overflow.
  • Field OUTFIFO_OVF writer - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is overflow.
  • Field OUTFIFO_UDF reader - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is underflow.
  • Field OUTFIFO_UDF writer - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is underflow.
  • Field OUT_DONE reader - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been transmitted to peripherals for Tx channel 0.
  • Field OUT_DONE writer - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been transmitted to peripherals for Tx channel 0.
  • Field OUT_DSCR_ERR reader - The raw interrupt bit turns to high level when detecting outlink descriptor error, including owner error, the second and third word error of outlink descriptor for Tx channel 0.
  • Field OUT_DSCR_ERR writer - The raw interrupt bit turns to high level when detecting outlink descriptor error, including owner error, the second and third word error of outlink descriptor for Tx channel 0.
  • Field OUT_EOF reader - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been read from memory for Tx channel 0.
  • Field OUT_EOF writer - The raw interrupt bit turns to high level when the last data pointed by one outlink descriptor has been read from memory for Tx channel 0.
  • Field OUT_TOTAL_EOF reader - The raw interrupt bit turns to high level when data corresponding a outlink (includes one link descriptor or few link descriptors) is transmitted out for Tx channel 0.
  • Field OUT_TOTAL_EOF writer - The raw interrupt bit turns to high level when data corresponding a outlink (includes one link descriptor or few link descriptors) is transmitted out for Tx channel 0.
  • Register RAW reader
  • Register RAW writer