Enum nrf52840_pac::radio::power::POWER_A
source · pub enum POWER_A {
DISABLED = 0,
ENABLED = 1,
}
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§
Trait Implementations§
impl Copy for POWER_A
impl StructuralPartialEq for POWER_A
Auto Trait Implementations§
impl Freeze for POWER_A
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)