Enum stm32_hal2::dma::DataSize
source · #[repr(u8)]
pub enum DataSize {
S8,
S16,
S32,
}
Expand description
Peripheral and memory increment mode. (CCR PSIZE and MSIZE bits) Can only be set when channel is disabled.
#[repr(u8)]
pub enum DataSize {
S8,
S16,
S32,
}
Peripheral and memory increment mode. (CCR PSIZE and MSIZE bits) Can only be set when channel is disabled.