Type Alias stm32h7xx_hal::stm32::mdma::ch::tcr::SWRM_R

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

Field SWRM reader - SW Request Mode This bit is set and cleared by software. If a HW or SW request is currently active, the bit change will be delayed until the current transfer is completed. If the CxMAR contains a valid address, the CxMDR value will also be written @ CxMAR address. This bit is protected and can be written only if EN is 0.

Aliased Type§

struct SWRM_R { /* private fields */ }