Struct esp32c2_hal::pac::RTC_CNTL
pub struct RTC_CNTL { /* private fields */ }
Expand description
Real Time Controller
Implementations
impl RTC_CNTL
impl RTC_CNTL
pub const PTR: *const RegisterBlock = {0x60008000 as *const esp_hal_common::esp32c2::rtc_cntl::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60008000 as *const esp_hal_common::esp32c2::rtc_cntl::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
Trait Implementations
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more