pub struct LP_TEE { /* private fields */ }
Implementations§
Source§impl LP_TEE
impl LP_TEE
Sourcepub const PTR: *const <LP_TEE as Deref>::Target = {0x600b3400 as *const <esp32c6::LP_TEE as core::ops::Deref>::Target}
pub const PTR: *const <LP_TEE as Deref>::Target = {0x600b3400 as *const <esp32c6::LP_TEE as core::ops::Deref>::Target}
Pointer to the register block
Methods from Deref<Target = RegisterBlock>§
Sourcepub 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
Sourcepub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>
pub fn clock_gate(&self) -> &Reg<CLOCK_GATE_SPEC>
0x04 - Clock gating register
Sourcepub fn force_acc_hp(&self) -> &Reg<FORCE_ACC_HP_SPEC>
pub fn force_acc_hp(&self) -> &Reg<FORCE_ACC_HP_SPEC>
0x90 - need_des
Trait Implementations§
Source§impl Peripheral for LP_TEE
impl Peripheral for LP_TEE
Auto Trait Implementations§
impl Freeze for LP_TEE
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