Struct esp32c2_hal::peripherals::RTC_CNTL
source · pub struct RTC_CNTL { /* private fields */ }
Implementations§
source§impl RTC_CNTL
impl RTC_CNTL
sourcepub unsafe fn steal() -> RTC_CNTL
pub unsafe fn steal() -> RTC_CNTL
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for RTC_CNTL
impl Peripheral for RTC_CNTL
Auto Trait Implementations§
impl RefUnwindSafe for RTC_CNTL
impl Send for RTC_CNTL
impl Sync for RTC_CNTL
impl Unpin for RTC_CNTL
impl UnwindSafe for RTC_CNTL
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