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