Struct Gtzc1
pub struct Gtzc1 { /* private fields */ }Expand description
Global privilege controller.
Implementations§
§impl Gtzc1
impl Gtzc1
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
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.
pub const fn tzsc_mpcwm4acfgr(self) -> Reg<TzscMpcwm4acfgr, RW>
pub const fn tzsc_mpcwm4acfgr(self) -> Reg<TzscMpcwm4acfgr, RW>
GTZC1 TZSC BKPSRAM sub-region A watermark configuration register.
pub const fn tzsc_mpcwm4ar(self) -> Reg<TzscMpcwm4ar, RW>
pub const fn tzsc_mpcwm4ar(self) -> Reg<TzscMpcwm4ar, RW>
GTZC1 TZSC BKPSRAM sub-region A watermark register.
pub const fn tzsc_mpcwm4bcfgr(self) -> Reg<TzscMpcwm4bcfgr, RW>
pub const fn tzsc_mpcwm4bcfgr(self) -> Reg<TzscMpcwm4bcfgr, RW>
GTZC1 TZSC BKPSRAM sub-region B watermark configuration register.
pub const fn tzsc_mpcwm4br(self) -> Reg<TzscMpcwm4br, RW>
pub const fn tzsc_mpcwm4br(self) -> Reg<TzscMpcwm4br, RW>
GTZC1 TZSC BKPSRAM sub-region B watermark register.
pub const fn mpcbb1_privcfgr(self, n: usize) -> Reg<Mpcbb1Privcfgr, RW>
pub const fn mpcbb1_privcfgr(self, n: usize) -> Reg<Mpcbb1Privcfgr, RW>
GTZC1 SRAM1 MPCBB privileged configuration for super-block 0 register.
pub const fn mpcbb2_privcfgr(self, n: usize) -> Reg<Mpcbb2Privcfgr, RW>
pub const fn mpcbb2_privcfgr(self, n: usize) -> Reg<Mpcbb2Privcfgr, RW>
GTZC1 SRAM2 MPCBB privileged configuration for super-block 0 register.
Trait Implementations§
impl Copy for Gtzc1
impl Eq for Gtzc1
impl Send for Gtzc1
impl StructuralPartialEq for Gtzc1
impl Sync for Gtzc1
Auto Trait Implementations§
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