pub enum POWER_A {
DISABLED,
ENABLED,
}
Expand description
Peripheral power control. The peripheral and its registers will be reset to its initial state by switching the peripheral off and then back on again.
Value on reset: 1
Variants
DISABLED
0: Peripheral is powered off
ENABLED
1: Peripheral is powered on
Trait Implementations
impl Copy for POWER_A
impl StructuralPartialEq for POWER_A
Auto Trait Implementations
impl RefUnwindSafe for POWER_A
impl Send for POWER_A
impl Sync for POWER_A
impl Unpin for POWER_A
impl UnwindSafe for POWER_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more