Struct esp32c6_hal::peripherals::LP_TEE
source · pub struct LP_TEE { /* private fields */ }
Implementations§
source§impl LP_TEE
impl LP_TEE
sourcepub unsafe fn steal() -> LP_TEE
pub unsafe fn steal() -> LP_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.
Methods from Deref<Target = RegisterBlock>§
pub fn m0_mode_ctrl(&self) -> &Reg<M0_MODE_CTRL_SPEC>
pub fn m0_mode_ctrl(&self) -> &Reg<M0_MODE_CTRL_SPEC>
0x00 - Tee mode control register
pub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>
pub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>
0x04 - Clock gating register
pub fn force_acc_hp(&self) -> &Reg<FORCE_ACC_HP_SPEC>
pub fn force_acc_hp(&self) -> &Reg<FORCE_ACC_HP_SPEC>
0x90 - need_des
pub fn date(&self) -> &Reg<DATE_SPEC>
pub fn date(&self) -> &Reg<DATE_SPEC>
0xfc - Version register
Trait Implementations§
source§impl Peripheral for LP_TEE
impl Peripheral for LP_TEE
Auto Trait Implementations§
impl RefUnwindSafe for LP_TEE
impl Send for LP_TEE
impl Sync for LP_TEE
impl Unpin for LP_TEE
impl UnwindSafe for LP_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