pub struct RTC_CNTL { /* private fields */ }Expand description
Real Time Controller
Implementations
sourceimpl RTC_CNTL
impl RTC_CNTL
sourcepub const PTR: *const RegisterBlock
pub const PTR: *const 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
Trait Implementations
sourceimpl Deref for RTC_CNTL
impl Deref for RTC_CNTL
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for RTC_CNTL
Auto Trait Implementations
impl RefUnwindSafe for RTC_CNTL
impl !Sync for RTC_CNTL
impl Unpin for RTC_CNTL
impl UnwindSafe for RTC_CNTL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more