Enum stm32l4_stm32hal::stm32l4x5::rcc::cr::MSIRANGE_A [−][src]
#[repr(u8)] pub enum MSIRANGE_A { RANGE100K, RANGE200K, RANGE400K, RANGE800K, RANGE1M, RANGE2M, RANGE4M, RANGE8M, RANGE16M, RANGE24M, RANGE32M, RANGE48M, }
Expand description
MSI clock ranges
Value on reset: 6
Variants
0: range 0 around 100 kHz
1: range 1 around 200 kHz
2: range 2 around 400 kHz
3: range 3 around 800 kHz
4: range 4 around 1 MHz
5: range 5 around 2 MHz
6: range 6 around 4 MHz
7: range 7 around 8 MHz
8: range 8 around 16 MHz
9: range 9 around 24 MHz
10: range 10 around 32 MHz
11: range 11 around 48 MHz
Trait Implementations
Performs the conversion.