Type Alias stm32h7xx_hal::stm32::mdma::ch::isr::TEIF_R

source ·
pub type TEIF_R = BitReaderRaw<bool>;
Expand description

Field TEIF reader - Channel x transfer error interrupt flag This bit is set by hardware. It is cleared by software writing 1 to the corresponding bit in the DMA_IFCRy register.

Aliased Type§

struct TEIF_R { /* private fields */ }