[−][src]Struct bl602_pac::tzc_nsec::tzc_rom_ctrl::W
Register tzc_rom_ctrl writer
Implementations
impl W[src]
pub fn tzc_sboot_done(&mut self) -> TZC_SBOOT_DONE_W[src]
Bits 28:31
pub fn tzc_rom1_r1_lock(&mut self) -> TZC_ROM1_R1_LOCK_W[src]
Bit 27
pub fn tzc_rom1_r0_lock(&mut self) -> TZC_ROM1_R0_LOCK_W[src]
Bit 26
pub fn tzc_rom0_r1_lock(&mut self) -> TZC_ROM0_R1_LOCK_W[src]
Bit 25
pub fn tzc_rom0_r0_lock(&mut self) -> TZC_ROM0_R0_LOCK_W[src]
Bit 24
pub fn tzc_rom1_r1_en(&mut self) -> TZC_ROM1_R1_EN_W[src]
Bit 19
pub fn tzc_rom1_r0_en(&mut self) -> TZC_ROM1_R0_EN_W[src]
Bit 18
pub fn tzc_rom0_r1_en(&mut self) -> TZC_ROM0_R1_EN_W[src]
Bit 17
pub fn tzc_rom0_r0_en(&mut self) -> TZC_ROM0_R0_EN_W[src]
Bit 16
pub fn tzc_rom1_r1_id1_en(&mut self) -> TZC_ROM1_R1_ID1_EN_W[src]
Bit 11
pub fn tzc_rom1_r0_id1_en(&mut self) -> TZC_ROM1_R0_ID1_EN_W[src]
Bit 10
pub fn tzc_rom0_r1_id1_en(&mut self) -> TZC_ROM0_R1_ID1_EN_W[src]
Bit 9
pub fn tzc_rom0_r0_id1_en(&mut self) -> TZC_ROM0_R0_ID1_EN_W[src]
Bit 8
pub fn tzc_rom1_r1_id0_en(&mut self) -> TZC_ROM1_R1_ID0_EN_W[src]
Bit 3
pub fn tzc_rom1_r0_id0_en(&mut self) -> TZC_ROM1_R0_ID0_EN_W[src]
Bit 2
pub fn tzc_rom0_r1_id0_en(&mut self) -> TZC_ROM0_R1_ID0_EN_W[src]
Bit 1
pub fn tzc_rom0_r0_id0_en(&mut self) -> TZC_ROM0_R0_ID0_EN_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_ROM_CTRL_SPEC>>
Trait Implementations
impl Deref for W[src]
type Target = W<TZC_ROM_CTRL_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl DerefMut for W[src]
impl From<W<TZC_ROM_CTRL_SPEC>> for W[src]
fn from(writer: W<TZC_ROM_CTRL_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>,