Type Definition stm32_hal2::pac::mdma::ch::isr::CTCIF_R

source · []
pub type CTCIF_R = BitReaderRaw<bool>;
Expand description

Field CTCIF reader - Channel x Channel Transfer Complete interrupt flag This bit is set by hardware. It is cleared by software writing 1 to the corresponding bit in the DMA_IFCRy register. CTC is set when the last block was transferred and the channel has been automatically disabled. CTC is also set when the channel is suspended, as a result of writing EN bit to 0.