#[repr(C)]pub struct RegisterBlock {}Expand description
Register block
Fields§
§inir: INIR0x00 - RTC Initiation Register
aer: AER0x04 - RTC Access Enable Register
fcr: FCR0x08 - RTC Frequency Compensation Register
tlr: TLR0x0c - Time Loading Register
clr: CLR0x10 - Calendar Loading Register
tssr: TSSR0x14 - Time Scale Selection Register
dwr: DWR0x18 - Day of the Week Register
tar: TAR0x1c - Time Alarm Register
car: CAR0x20 - Calendar Alarm Register
lir: LIR0x24 - RTC Leap year Indicator Register
rier: RIER0x28 - RTC Interrupt Enable Register
riir: RIIR0x2c - RTC Interrupt Indicator Register
ttr: TTR0x30 - RTC Time Tick Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnsafeUnpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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