Enum stm32l4_stm32hal::stm32l4x5::crc::cr::POLYSIZE_A [−][src]
#[repr(u8)] pub enum POLYSIZE_A { POLYSIZE32, POLYSIZE16, POLYSIZE8, POLYSIZE7, }
Expand description
Polynomial size
Value on reset: 0
Variants
0: 32-bit polynomial
1: 16-bit polynomial
2: 8-bit polynomial
3: 7-bit polynomial
Trait Implementations
Performs the conversion.