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