#[repr(u32)]pub enum PowerManagerWakeUps {
SysrstCtrlAonWkupReq = 0,
AdcCtrlAonWkupReq = 1,
PinmuxAonPinWkupReq = 2,
PinmuxAonUsbWkupReq = 3,
AonTimerAonWkupReq = 4,
SensorCtrlWkupReq = 5,
}
Expand description
Power Manager Wakeup Signals
Variants§
SysrstCtrlAonWkupReq = 0
AdcCtrlAonWkupReq = 1
PinmuxAonPinWkupReq = 2
PinmuxAonUsbWkupReq = 3
AonTimerAonWkupReq = 4
SensorCtrlWkupReq = 5
Trait Implementations§
Source§impl Clone for PowerManagerWakeUps
impl Clone for PowerManagerWakeUps
Source§fn clone(&self) -> PowerManagerWakeUps
fn clone(&self) -> PowerManagerWakeUps
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 PartialEq for PowerManagerWakeUps
impl PartialEq for PowerManagerWakeUps
impl Copy for PowerManagerWakeUps
impl Eq for PowerManagerWakeUps
impl StructuralPartialEq for PowerManagerWakeUps
Auto Trait Implementations§
impl Freeze for PowerManagerWakeUps
impl RefUnwindSafe for PowerManagerWakeUps
impl Send for PowerManagerWakeUps
impl Sync for PowerManagerWakeUps
impl Unpin for PowerManagerWakeUps
impl UnwindSafe for PowerManagerWakeUps
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