pub enum PowerScaling {
PS0,
PS1,
PS2,
}
Expand description
Which power scaling mode the chip should use for internal voltages
See Tables 42-6 and 42-8 (page 1125) for information of energy usage of different power scaling modes
Variants§
PS0
Mode 0: Default out of reset
- Maximum system clock frequency is 32MHz
- Normal flash speed
PS1
Mode 1: Reduced voltage
- Maximum system clock frequency is 12MHz
- Normal flash speed
- These peripherals are not available in Mode 1:
- USB
- DFLL
- PLL
- Programming/Erasing Flash
PS2
Mode 2:
- Maximum system clock frequency is 48MHz
- High speed flash
Auto Trait Implementations§
impl Freeze for PowerScaling
impl RefUnwindSafe for PowerScaling
impl Send for PowerScaling
impl Sync for PowerScaling
impl Unpin for PowerScaling
impl UnwindSafe for PowerScaling
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