Enum stm32_hal2::dma::IncrMode
source · #[repr(u8)]
pub enum IncrMode {
Disabled,
Enabled,
}
Expand description
Peripheral and memory increment mode. (CCR PINC and MINC bits) Can only be set when channel is disabled.
#[repr(u8)]
pub enum IncrMode {
Disabled,
Enabled,
}
Peripheral and memory increment mode. (CCR PINC and MINC bits) Can only be set when channel is disabled.