Struct stm32f4xx_hal::stm32::adc_common::ccr::_DMAW
source · pub struct _DMAW<'a> { /* private fields */ }Expand description
Proxy
Implementations§
source§impl<'a> _DMAW<'a>
impl<'a> _DMAW<'a>
sourcepub fn mode1(self) -> &'a mut W
pub fn mode1(self) -> &'a mut W
DMA mode 1 enabled (2 / 3 half-words one by one - 1 then 2 then 3)
sourcepub fn mode2(self) -> &'a mut W
pub fn mode2(self) -> &'a mut W
DMA mode 2 enabled (2 / 3 half-words by pairs - 2&1 then 1&3 then 3&2)