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