pub struct LP_TEE { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn m_mode_ctrl(&self, n: usize) -> &Reg<M_MODE_CTRL_SPEC>
pub fn m_mode_ctrl(&self, n: usize) -> &Reg<M_MODE_CTRL_SPEC>
0x00 - Tee mode control register
Sourcepub fn m_mode_ctrl_iter(&self) -> impl Iterator<Item = &Reg<M_MODE_CTRL_SPEC>>
pub fn m_mode_ctrl_iter(&self) -> impl Iterator<Item = &Reg<M_MODE_CTRL_SPEC>>
Iterator for array of: 0x00 - Tee mode control register
Sourcepub fn m0_mode_ctrl(&self) -> &Reg<M_MODE_CTRL_SPEC>
pub fn m0_mode_ctrl(&self) -> &Reg<M_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