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