Enum nrf52840_pac::wdt::reqstatus::RR1_A
source · pub enum RR1_A {
DISABLED_OR_REQUESTED = 0,
ENABLED_AND_UNREQUESTED = 1,
}
Expand description
Request status for RR[1] register
Value on reset: 0
Variants§
DISABLED_OR_REQUESTED = 0
0: RR[1] register is not enabled, or are already requesting reload
ENABLED_AND_UNREQUESTED = 1
1: RR[1] register is enabled, and are not yet requesting reload
Trait Implementations§
impl Copy for RR1_A
impl StructuralPartialEq for RR1_A
Auto Trait Implementations§
impl Freeze for RR1_A
impl RefUnwindSafe for RR1_A
impl Send for RR1_A
impl Sync for RR1_A
impl Unpin for RR1_A
impl UnwindSafe for RR1_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
)