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