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