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