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