#[repr(u32)]pub enum AonTimerReg {
Show 14 variants
AlertTest = 0,
WkupCtrl = 4,
WkupTholdLo = 12,
WkupTholdHi = 8,
WkupCountLo = 20,
WkupCountHi = 16,
WdogRegwen = 24,
WdogCtrl = 28,
WdogBarkThold = 32,
WdogBiteThold = 36,
WdogCount = 40,
IntrState = 44,
IntrTest = 48,
WkupCause = 52,
}
Variants§
AlertTest = 0
WkupCtrl = 4
WkupTholdLo = 12
WkupTholdHi = 8
WkupCountLo = 20
WkupCountHi = 16
WdogRegwen = 24
WdogCtrl = 28
WdogBarkThold = 32
WdogBiteThold = 36
WdogCount = 40
IntrState = 44
IntrTest = 48
WkupCause = 52
Trait Implementations§
Source§impl Clone for AonTimerReg
impl Clone for AonTimerReg
Source§fn clone(&self) -> AonTimerReg
fn clone(&self) -> AonTimerReg
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AonTimerReg
impl Debug for AonTimerReg
Source§impl PartialEq for AonTimerReg
impl PartialEq for AonTimerReg
impl Copy for AonTimerReg
impl Eq for AonTimerReg
impl StructuralPartialEq for AonTimerReg
Auto Trait Implementations§
impl Freeze for AonTimerReg
impl RefUnwindSafe for AonTimerReg
impl Send for AonTimerReg
impl Sync for AonTimerReg
impl Unpin for AonTimerReg
impl UnwindSafe for AonTimerReg
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