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