Struct esp32c2_hal::pac::dma::int_raw_ch0::R
pub struct R(_);
Expand description
Register INT_RAW_CH0
reader
Implementations
impl R
impl R
pub fn in_done(&self) -> BitReaderRaw<bool>
pub fn in_done(&self) -> BitReaderRaw<bool>
Bit 0 - The raw interrupt bit turns to high level when the last data pointed by one inlink descriptor has been received for Rx channel 0.
pub fn in_suc_eof(&self) -> BitReaderRaw<bool>
pub fn in_suc_eof(&self) -> BitReaderRaw<bool>
Bit 1 - 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.
pub fn in_err_eof(&self) -> BitReaderRaw<bool>
pub fn in_err_eof(&self) -> BitReaderRaw<bool>
Bit 2 - 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.
pub fn out_done(&self) -> BitReaderRaw<bool>
pub fn out_done(&self) -> BitReaderRaw<bool>
Bit 3 - 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.
pub fn out_eof(&self) -> BitReaderRaw<bool>
pub fn out_eof(&self) -> BitReaderRaw<bool>
Bit 4 - 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.
pub fn in_dscr_err(&self) -> BitReaderRaw<bool>
pub fn in_dscr_err(&self) -> BitReaderRaw<bool>
Bit 5 - 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.
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
pub fn out_dscr_err(&self) -> BitReaderRaw<bool>
Bit 6 - 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.
pub fn in_dscr_empty(&self) -> BitReaderRaw<bool>
pub fn in_dscr_empty(&self) -> BitReaderRaw<bool>
Bit 7 - 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.
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
pub fn out_total_eof(&self) -> BitReaderRaw<bool>
Bit 8 - 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.
pub fn infifo_ovf(&self) -> BitReaderRaw<bool>
pub fn infifo_ovf(&self) -> BitReaderRaw<bool>
Bit 9 - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is overflow.
pub fn infifo_udf(&self) -> BitReaderRaw<bool>
pub fn infifo_udf(&self) -> BitReaderRaw<bool>
Bit 10 - This raw interrupt bit turns to high level when level 1 fifo of Rx channel 0 is underflow.
pub fn outfifo_ovf(&self) -> BitReaderRaw<bool>
pub fn outfifo_ovf(&self) -> BitReaderRaw<bool>
Bit 11 - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is overflow.
pub fn outfifo_udf(&self) -> BitReaderRaw<bool>
pub fn outfifo_udf(&self) -> BitReaderRaw<bool>
Bit 12 - This raw interrupt bit turns to high level when level 1 fifo of Tx channel 0 is underflow.
Methods from Deref<Target = R<INT_RAW_CH0_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.