Module esp32c2::dma::int_raw_ch0
source · [−]Expand description
DMA_INT_RAW_CH0_REG.
Structs
DMA_INT_RAW_CH0_REG.
Register
INT_RAW_CH0
readerType Definitions
Field
INFIFO_OVF_CH0_INT_RAW
reader - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is overflow.Field
INFIFO_UDF_CH0_INT_RAW
reader - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is underflow.Field
IN_DONE_CH0_INT_RAW
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_DSCR_EMPTY_CH0_INT_RAW
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_ERR_CH0_INT_RAW
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_ERR_EOF_CH0_INT_RAW
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_SUC_EOF_CH0_INT_RAW
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
OUTFIFO_OVF_CH0_INT_RAW
reader - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is overflow.Field
OUTFIFO_UDF_CH0_INT_RAW
reader - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is underflow.Field
OUT_DONE_CH0_INT_RAW
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_DSCR_ERR_CH0_INT_RAW
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_EOF_CH0_INT_RAW
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_TOTAL_EOF_CH0_INT_RAW
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.