Enum stm32_hal2::sai::DataSize
source · #[repr(u8)]
pub enum DataSize {
S8,
S10,
S16,
S20,
S24,
S32,
}Expand description
Select the data size to use. xCR1 register, DS field.
#[repr(u8)]
pub enum DataSize {
S8,
S10,
S16,
S20,
S24,
S32,
}Select the data size to use. xCR1 register, DS field.