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