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