[−][src]Struct lpc55s6x_pac::ahb_secure_ctrl::sec_ctrl_ram1_mem_rule0::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn rule0(&mut self) -> _RULE0W
[src]
Bits 0:1 - secure control rule0. it can be set when check_reg's write_lock is '0'
pub fn rule1(&mut self) -> _RULE1W
[src]
Bits 4:5 - secure control rule1. it can be set when check_reg's write_lock is '0'
pub fn rule2(&mut self) -> _RULE2W
[src]
Bits 8:9 - secure control rule2. it can be set when check_reg's write_lock is '0'
pub fn rule3(&mut self) -> _RULE3W
[src]
Bits 12:13 - secure control rule3. it can be set when check_reg's write_lock is '0'
pub fn rule4(&mut self) -> _RULE4W
[src]
Bits 16:17 - secure control rule4. it can be set when check_reg's write_lock is '0'
pub fn rule5(&mut self) -> _RULE5W
[src]
Bits 20:21 - secure control rule5. it can be set when check_reg's write_lock is '0'
pub fn rule6(&mut self) -> _RULE6W
[src]
Bits 24:25 - secure control rule6. it can be set when check_reg's write_lock is '0'
pub fn rule7(&mut self) -> _RULE7W
[src]
Bits 28:29 - secure control rule7. it can be set when check_reg's write_lock is '0'
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
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> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self