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