Type Alias stm32_hal2::pac::mdma::ch::esr::ASE_R

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

Field ASE reader - Address/Size Error These bit is set by HW, when the programmed address is not aligned with the data size. TED will indicate whether the problem is on the source or destination. It is cleared by software writing 1 to the CTEIFx bit in the DMA_IFCRy register.

Aliased Type§

struct ASE_R { /* private fields */ }