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