[][src]Struct bl602_pac::glb::tzc_glb_ctrl_0::W

pub struct W(_);

Register tzc_glb_ctrl_0 writer

Implementations

impl W[src]

pub fn tzc_glb_clk_lock(&mut self) -> TZC_GLB_CLK_LOCK_W[src]

Bit 31

pub fn tzc_glb_mbist_lock(&mut self) -> TZC_GLB_MBIST_LOCK_W[src]

Bit 30

pub fn tzc_glb_dbg_lock(&mut self) -> TZC_GLB_DBG_LOCK_W[src]

Bit 29

pub fn tzc_glb_bmx_lock(&mut self) -> TZC_GLB_BMX_LOCK_W[src]

Bit 28

pub fn tzc_glb_l2c_lock(&mut self) -> TZC_GLB_L2C_LOCK_W[src]

Bit 27

pub fn tzc_glb_sram_lock(&mut self) -> TZC_GLB_SRAM_LOCK_W[src]

Bit 26

pub fn tzc_glb_misc_lock(&mut self) -> TZC_GLB_MISC_LOCK_W[src]

Bit 25

pub fn tzc_glb_ctrl_ungated_ap_lock(&mut self) -> TZC_GLB_CTRL_UNGATED_AP_LOCK_W[src]

Bit 15

pub fn tzc_glb_ctrl_sys_reset_lock(&mut self) -> TZC_GLB_CTRL_SYS_RESET_LOCK_W[src]

Bit 14

pub fn tzc_glb_ctrl_cpu_reset_lock(&mut self) -> TZC_GLB_CTRL_CPU_RESET_LOCK_W[src]

Bit 13

pub fn tzc_glb_ctrl_pwron_rst_lock(&mut self) -> TZC_GLB_CTRL_PWRON_RST_LOCK_W[src]

Bit 12

pub fn tzc_glb_swrst_s30_lock(&mut self) -> TZC_GLB_SWRST_S30_LOCK_W[src]

Bit 8

pub fn tzc_glb_swrst_s01_lock(&mut self) -> TZC_GLB_SWRST_S01_LOCK_W[src]

Bit 1

pub fn tzc_glb_swrst_s00_lock(&mut self) -> TZC_GLB_SWRST_S00_LOCK_W[src]

Bit 0

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<TZC_GLB_CTRL_0_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<TZC_GLB_CTRL_0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<TZC_GLB_CTRL_0_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.