Struct stm32wlxx_hal::pac::RTC
pub struct RTC { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
Real-time clock
Implementations§
§impl RTC
impl RTC
pub const PTR: *const RegisterBlock = {0x40002800 as *const stm32wl::stm32wl5x_cm4::rtc::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x40002800 as *const stm32wl::stm32wl5x_cm4::rtc::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Methods from Deref<Target = RegisterBlock>§
pub fn alrabinr(&self) -> &Reg<ALRBINR_SPEC>
pub fn alrabinr(&self) -> &Reg<ALRBINR_SPEC>
0x70 - RTC alarm A binary mode register
pub fn alrbbinr(&self) -> &Reg<ALRBINR_SPEC>
pub fn alrbbinr(&self) -> &Reg<ALRBINR_SPEC>
0x74 - RTC alarm A binary mode register
Trait Implementations§
Auto Trait Implementations§
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