Type Definition stm32_hal2::pac::mdma::ch::cr::SWRQ_W

source · []
pub type SWRQ_W<'a, const O: u8> = BitWriterRaw<'a, u32, CR_SPEC, bool, BitM, O>;
Expand description

Field SWRQ writer - SW ReQuest Writing a 1 into this bit sets the CRQAx in MDMA_ISRy register, activating the request on Channel x Note: Either the whole CxCR register or the 8-bit/16-bit register @ Address offset: 0x4E + 0x40 chn may be used for SWRQ activation. In case of a SW request, acknowledge is not generated (neither HW signal, nor CxMAR write access).