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