Struct lpc55_pac::ahb_secure_ctrl::sec_ctrl_ram3_mem_rule0::W[][src]

pub struct W(_);

Register SEC_CTRL_RAM3_MEM_RULE0 writer

Implementations

impl W[src]

pub fn rule0(&mut self) -> RULE0_W<'_>[src]

Bits 0:1 - secure control rule0. it can be set when check_reg’s write_lock is ‘0’

pub fn rule1(&mut self) -> RULE1_W<'_>[src]

Bits 4:5 - secure control rule1. it can be set when check_reg’s write_lock is ‘0’

pub fn rule2(&mut self) -> RULE2_W<'_>[src]

Bits 8:9 - secure control rule2. it can be set when check_reg’s write_lock is ‘0’

pub fn rule3(&mut self) -> RULE3_W<'_>[src]

Bits 12:13 - secure control rule3. it can be set when check_reg’s write_lock is ‘0’

pub fn rule4(&mut self) -> RULE4_W<'_>[src]

Bits 16:17 - secure control rule4. it can be set when check_reg’s write_lock is ‘0’

pub fn rule5(&mut self) -> RULE5_W<'_>[src]

Bits 20:21 - secure control rule5. it can be set when check_reg’s write_lock is ‘0’

pub fn rule6(&mut self) -> RULE6_W<'_>[src]

Bits 24:25 - secure control rule6. it can be set when check_reg’s write_lock is ‘0’

pub fn rule7(&mut self) -> RULE7_W<'_>[src]

Bits 28:29 - secure control rule7. it can be set when check_reg’s write_lock is ‘0’

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

Writes raw bits to the register.

Methods from Deref<Target = W<SEC_CTRL_RAM3_MEM_RULE0_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<SEC_CTRL_RAM3_MEM_RULE0_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<SEC_CTRL_RAM3_MEM_RULE0_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.