pub struct Rtc<'d> {
pub rwdt: Rwdt,
/* private fields */
}Expand description
Low-power Management
Fields§
§rwdt: RwdtReset Watchdog Timer.
Implementations§
Source§impl<'d> Rtc<'d>
impl<'d> Rtc<'d>
Sourcepub fn new(rtc_cntl: LPWR<'d>) -> Self
pub fn new(rtc_cntl: LPWR<'d>) -> Self
Create a new instance in crate::Blocking mode.
Optionally an interrupt handler can be bound.
Sourcepub fn disable_rom_message_printing(&self)
pub fn disable_rom_message_printing(&self)
Temporarily disable log messages of the ROM bootloader.
If you need to permanently disable the ROM bootloader messages, you’ll need to set the corresponding eFuse.