Struct rp2040_pac::RTC
source · pub struct RTC { /* private fields */ }
Expand description
Register block to control RTC
Implementations§
source§impl RTC
impl RTC
sourcepub const PTR: *const RegisterBlock = {0x4005c000 as *const rtc::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x4005c000 as *const rtc::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
sourcepub unsafe fn steal() -> Self
pub unsafe fn steal() -> Self
Steal an instance of this peripheral
§Safety
Ensure that the new instance of the peripheral cannot be used in a way that may race with any existing instances, for example by only accessing read-only or write-only registers, or by consuming the original peripheral and using critical sections to coordinate access between multiple new instances.
Additionally, other software such as HALs may rely on only one peripheral instance existing to ensure memory safety; ensure no stolen instances are passed to such software.
Methods from Deref<Target = RegisterBlock>§
sourcepub fn clkdiv_m1(&self) -> &CLKDIV_M1
pub fn clkdiv_m1(&self) -> &CLKDIV_M1
0x00 - Divider minus 1 for the 1 second counter. Safe to change the value when RTC is not enabled.
sourcepub fn irq_setup_0(&self) -> &IRQ_SETUP_0
pub fn irq_setup_0(&self) -> &IRQ_SETUP_0
0x10 - Interrupt setup register 0
sourcepub fn irq_setup_1(&self) -> &IRQ_SETUP_1
pub fn irq_setup_1(&self) -> &IRQ_SETUP_1
0x14 - Interrupt setup register 1