Enum nrf52840_pac::wdt::rr::RR_AW
source · #[repr(u32)]pub enum RR_AW {
RELOAD = 1_850_885_685,
}
Expand description
Reload request register
Value on reset: 0
Variants§
RELOAD = 1_850_885_685
1850885685: Value to request a reload of the watchdog timer
Trait Implementations§
impl Copy for RR_AW
impl StructuralPartialEq for RR_AW
Auto Trait Implementations§
impl Freeze for RR_AW
impl RefUnwindSafe for RR_AW
impl Send for RR_AW
impl Sync for RR_AW
impl Unpin for RR_AW
impl UnwindSafe for RR_AW
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
)