Struct GtzcTzsc
pub struct GtzcTzsc { /* private fields */ }Expand description
GTZC_TZSC address block description.
Implementations§
§impl GtzcTzsc
impl GtzcTzsc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn tzsc_seccfgr1(self) -> Reg<TzscSeccfgr1, RW>
pub const fn tzsc_seccfgr1(self) -> Reg<TzscSeccfgr1, RW>
GTZC1 TZSC secure configuration register 1.
pub const fn tzsc_seccfgr2(self) -> Reg<TzscSeccfgr2, RW>
pub const fn tzsc_seccfgr2(self) -> Reg<TzscSeccfgr2, RW>
GTZC1 TZSC secure configuration register 2.
pub const fn tzsc_seccfgr3(self) -> Reg<TzscSeccfgr3, RW>
pub const fn tzsc_seccfgr3(self) -> Reg<TzscSeccfgr3, RW>
GTZC1 TZSC secure configuration register 3.
pub const fn tzsc_privcfgr1(self) -> Reg<TzscPrivcfgr1, RW>
pub const fn tzsc_privcfgr1(self) -> Reg<TzscPrivcfgr1, RW>
GTZC1 TZSC privilege configuration register 1.
pub const fn tzsc_privcfgr2(self) -> Reg<TzscPrivcfgr2, RW>
pub const fn tzsc_privcfgr2(self) -> Reg<TzscPrivcfgr2, RW>
GTZC1 TZSC privilege configuration register 2.
pub const fn tzsc_privcfgr3(self) -> Reg<TzscPrivcfgr3, RW>
pub const fn tzsc_privcfgr3(self) -> Reg<TzscPrivcfgr3, RW>
GTZC1 TZSC privilege configuration register 3.
Trait Implementations§
impl Copy for GtzcTzsc
impl Eq for GtzcTzsc
impl Send for GtzcTzsc
impl StructuralPartialEq for GtzcTzsc
impl Sync for GtzcTzsc
Auto Trait Implementations§
impl Freeze for GtzcTzsc
impl RefUnwindSafe for GtzcTzsc
impl Unpin for GtzcTzsc
impl UnwindSafe for GtzcTzsc
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