Type Alias stm32h7xx_hal::stm32::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.

Aliased Type§

struct CTCIF_R { /* private fields */ }