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