Struct esp32h2_hal::peripherals::MODEM_SYSCON
source · pub struct MODEM_SYSCON { /* private fields */ }
Implementations§
source§impl MODEM_SYSCON
impl MODEM_SYSCON
sourcepub unsafe fn steal() -> MODEM_SYSCON
pub unsafe fn steal() -> MODEM_SYSCON
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 Debug for MODEM_SYSCON
impl Debug for MODEM_SYSCON
source§impl Deref for MODEM_SYSCON
impl Deref for MODEM_SYSCON
source§impl DerefMut for MODEM_SYSCON
impl DerefMut for MODEM_SYSCON
source§impl Peripheral for MODEM_SYSCON
impl Peripheral for MODEM_SYSCON
§type P = MODEM_SYSCON
type P = MODEM_SYSCON
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <MODEM_SYSCON as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <MODEM_SYSCON as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MODEM_SYSCON
impl Send for MODEM_SYSCON
impl Sync for MODEM_SYSCON
impl Unpin for MODEM_SYSCON
impl UnwindSafe for MODEM_SYSCON
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