[−][src]Struct bl602_pac::glb::tzc_glb_ctrl_0::R
Register tzc_glb_ctrl_0
reader
Implementations
impl R
[src]
pub fn tzc_glb_clk_lock(&self) -> TZC_GLB_CLK_LOCK_R
[src]
Bit 31
pub fn tzc_glb_mbist_lock(&self) -> TZC_GLB_MBIST_LOCK_R
[src]
Bit 30
pub fn tzc_glb_dbg_lock(&self) -> TZC_GLB_DBG_LOCK_R
[src]
Bit 29
pub fn tzc_glb_bmx_lock(&self) -> TZC_GLB_BMX_LOCK_R
[src]
Bit 28
pub fn tzc_glb_l2c_lock(&self) -> TZC_GLB_L2C_LOCK_R
[src]
Bit 27
pub fn tzc_glb_sram_lock(&self) -> TZC_GLB_SRAM_LOCK_R
[src]
Bit 26
pub fn tzc_glb_misc_lock(&self) -> TZC_GLB_MISC_LOCK_R
[src]
Bit 25
pub fn tzc_glb_ctrl_ungated_ap_lock(&self) -> TZC_GLB_CTRL_UNGATED_AP_LOCK_R
[src]
Bit 15
pub fn tzc_glb_ctrl_sys_reset_lock(&self) -> TZC_GLB_CTRL_SYS_RESET_LOCK_R
[src]
Bit 14
pub fn tzc_glb_ctrl_cpu_reset_lock(&self) -> TZC_GLB_CTRL_CPU_RESET_LOCK_R
[src]
Bit 13
pub fn tzc_glb_ctrl_pwron_rst_lock(&self) -> TZC_GLB_CTRL_PWRON_RST_LOCK_R
[src]
Bit 12
pub fn tzc_glb_swrst_s30_lock(&self) -> TZC_GLB_SWRST_S30_LOCK_R
[src]
Bit 8
pub fn tzc_glb_swrst_s01_lock(&self) -> TZC_GLB_SWRST_S01_LOCK_R
[src]
Bit 1
pub fn tzc_glb_swrst_s00_lock(&self) -> TZC_GLB_SWRST_S00_LOCK_R
[src]
Bit 0
Methods from Deref<Target = R<TZC_GLB_CTRL_0_SPEC>>
Trait Implementations
impl Deref for R
[src]
type Target = R<TZC_GLB_CTRL_0_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl From<R<TZC_GLB_CTRL_0_SPEC>> for R
[src]
fn from(reader: R<TZC_GLB_CTRL_0_SPEC>) -> Self
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,