Type Alias stm32_hal2::pac::mdma::ch::tcr::BWM_W

source ·
pub type BWM_W<'a, const O: u8> = BitWriterRaw<'a, u32, TCR_SPEC, bool, BitM, O>;
Expand description

Field BWM writer - Bufferable Write Mode This bit is set and cleared by software. This bit is protected and can be written only if EN is 0. Note: All MDMA destination accesses are non-cacheable.

Aliased Type§

struct BWM_W<'a, const O: u8> { /* private fields */ }