Enum Regfpm
pub enum Regfpm {
_0 = 0,
_1 = 1,
}Expand description
Regulator in Full Performance Mode Status Bit
Value on reset: 1
Variants§
_0 = 0
0: Regulator is in low power mode or transition to/from
_1 = 1
1: Regulator is in full performance mode
Trait Implementations§
impl Copy for Regfpm
impl Eq for Regfpm
impl StructuralPartialEq for Regfpm
Auto Trait Implementations§
impl Freeze for Regfpm
impl RefUnwindSafe for Regfpm
impl Send for Regfpm
impl Sync for Regfpm
impl Unpin for Regfpm
impl UnwindSafe for Regfpm
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