#[repr(u8)]pub enum PLL3RGE_A {
Range1 = 0,
Range2 = 1,
Range4 = 2,
Range8 = 3,
}
Expand description
PLL1 input frequency range
Value on reset: 0
Variants§
Range1 = 0
0: Frequency is between 1 and 2 MHz
Range2 = 1
1: Frequency is between 2 and 4 MHz
Range4 = 2
2: Frequency is between 4 and 8 MHz
Range8 = 3
3: Frequency is between 8 and 16 MHz
Trait Implementations§
impl Copy for PLL1RGE_A
impl StructuralPartialEq for PLL1RGE_A
Auto Trait Implementations§
impl Freeze for PLL1RGE_A
impl RefUnwindSafe for PLL1RGE_A
impl Send for PLL1RGE_A
impl Sync for PLL1RGE_A
impl Unpin for PLL1RGE_A
impl UnwindSafe for PLL1RGE_A
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more