pub struct WakeFromLpCoreWakeupSource {}Expand description
LP Core wakeup source
Wake up from LP core. This wakeup source can be used to wake up from both light and deep sleep.
Implementations§
Trait Implementations§
Source§impl Default for WakeFromLpCoreWakeupSource
Available on crate feature unstable only. 
impl Default for WakeFromLpCoreWakeupSource
Available on crate feature 
unstable only.Source§impl WakeSource for WakeFromLpCoreWakeupSource
Available on crate feature unstable only. 
impl WakeSource for WakeFromLpCoreWakeupSource
Available on crate feature 
unstable only.Source§fn apply(
    &self,
    _rtc: &Rtc<'_>,
    triggers: &mut WakeTriggers,
    _sleep_config: &mut RtcSleepConfig,
)
 
fn apply( &self, _rtc: &Rtc<'_>, triggers: &mut WakeTriggers, _sleep_config: &mut RtcSleepConfig, )
Configures the RTC and applies the wakeup triggers.