Struct esp32c6_hal::peripherals::LP_CLKRST
source · pub struct LP_CLKRST { /* private fields */ }
Implementations§
source§impl LP_CLKRST
impl LP_CLKRST
sourcepub unsafe fn steal() -> LP_CLKRST
pub unsafe fn steal() -> LP_CLKRST
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 LP_CLKRST
impl Peripheral for LP_CLKRST
Auto Trait Implementations§
impl RefUnwindSafe for LP_CLKRST
impl Send for LP_CLKRST
impl Sync for LP_CLKRST
impl Unpin for LP_CLKRST
impl UnwindSafe for LP_CLKRST
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