Type Definition stm32_hal2::pac::mdma::ch::esr::BSE_R

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

Field BSE reader - Block Size Error These bit is set by HW, when the block size is not an integer multiple of the data size either for source or destination. 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.