pub enum PWRCTRL_A {
PowerOff,
PowerOn,
}
Expand description
PWRCTRL
Value on reset: 0
Variants
PowerOff
0: Power off
PowerOn
3: Power on
Trait Implementations
impl Copy for PWRCTRL_A
impl StructuralPartialEq for PWRCTRL_A
Auto Trait Implementations
impl RefUnwindSafe for PWRCTRL_A
impl Send for PWRCTRL_A
impl Sync for PWRCTRL_A
impl Unpin for PWRCTRL_A
impl UnwindSafe for PWRCTRL_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