pub struct Seccon { /* private fields */ }Expand description
SECCON
Implementations§
Source§impl Seccon
impl Seccon
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn cpu0stckcal(self) -> Reg<Cpu0stckcal, RW>
pub const fn cpu0stckcal(self) -> Reg<Cpu0stckcal, RW>
Secure CPU0 System Tick Calibration
Sourcepub const fn cfpa_lc_state(self) -> Reg<CfpaLcState, R>
pub const fn cfpa_lc_state(self) -> Reg<CfpaLcState, R>
CFPA State Register
Sourcepub const fn ram_xen_dp(self) -> Reg<RamXenDp, RW>
pub const fn ram_xen_dp(self) -> Reg<RamXenDp, RW>
RAM XEN Control (Duplicate)
Sourcepub const fn gdet0_ctrl(self) -> Reg<Gdet0Ctrl, RW>
pub const fn gdet0_ctrl(self) -> Reg<Gdet0Ctrl, RW>
GDET0 Control Register
Sourcepub const fn els_otp_lc_state(self) -> Reg<ElsOtpLcState, R>
pub const fn els_otp_lc_state(self) -> Reg<ElsOtpLcState, R>
Life Cycle State Register
Sourcepub const fn els_otp_lc_state_dp(self) -> Reg<ElsOtpLcStateDp, R>
pub const fn els_otp_lc_state_dp(self) -> Reg<ElsOtpLcStateDp, R>
Life Cycle State Register (Duplicate)
Sourcepub const fn debug_lock_en(self) -> Reg<DebugLockEn, RW>
pub const fn debug_lock_en(self) -> Reg<DebugLockEn, RW>
Control Write Access to Security
Sourcepub const fn debug_features(self) -> Reg<DebugFeatures, RW>
pub const fn debug_features(self) -> Reg<DebugFeatures, RW>
Cortex Debug Features Control
Sourcepub const fn debug_features_dp(self) -> Reg<DebugFeaturesDp, RW>
pub const fn debug_features_dp(self) -> Reg<DebugFeaturesDp, RW>
Cortex Debug Features Control (Duplicate)
Sourcepub const fn swd_access_cpu0(self) -> Reg<SwdAccessCpu0, RW>
pub const fn swd_access_cpu0(self) -> Reg<SwdAccessCpu0, RW>
CPU0 Software Debug Access
Sourcepub const fn debug_auth_beacon(self) -> Reg<DebugAuthBeacon, RW>
pub const fn debug_auth_beacon(self) -> Reg<DebugAuthBeacon, RW>
Debug Authentication BEACON
Trait Implementations§
impl Copy for Seccon
impl Eq for Seccon
impl Send for Seccon
impl StructuralPartialEq for Seccon
impl Sync for Seccon
Auto Trait Implementations§
impl Freeze for Seccon
impl RefUnwindSafe for Seccon
impl Unpin for Seccon
impl UnwindSafe for Seccon
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