[][src]Type Definition imxrt1062_csu::csl::W

type W = W<u32, CSL>;

Writer for register CSL%s

Methods

impl W[src]

pub fn sur_s2(&mut self) -> SUR_S2_W[src]

Bit 0 - Secure user read access control for the second slave

pub fn ssr_s2(&mut self) -> SSR_S2_W[src]

Bit 1 - Secure supervisor read access control for the second slave

pub fn nur_s2(&mut self) -> NUR_S2_W[src]

Bit 2 - Non-secure user read access control for the second slave

pub fn nsr_s2(&mut self) -> NSR_S2_W[src]

Bit 3 - Non-secure supervisor read access control for the second slave

pub fn suw_s2(&mut self) -> SUW_S2_W[src]

Bit 4 - Secure user write access control for the second slave

pub fn ssw_s2(&mut self) -> SSW_S2_W[src]

Bit 5 - Secure supervisor write access control for the second slave

pub fn nuw_s2(&mut self) -> NUW_S2_W[src]

Bit 6 - Non-secure user write access control for the second slave

pub fn nsw_s2(&mut self) -> NSW_S2_W[src]

Bit 7 - Non-secure supervisor write access control for the second slave

pub fn lock_s2(&mut self) -> LOCK_S2_W[src]

Bit 8 - The lock bit corresponding to the second slave. It is written by the secure software.

pub fn sur_s1(&mut self) -> SUR_S1_W[src]

Bit 16 - Secure user read access control for the first slave

pub fn ssr_s1(&mut self) -> SSR_S1_W[src]

Bit 17 - Secure supervisor read access control for the first slave

pub fn nur_s1(&mut self) -> NUR_S1_W[src]

Bit 18 - Non-secure user read access control for the first slave

pub fn nsr_s1(&mut self) -> NSR_S1_W[src]

Bit 19 - Non-secure supervisor read access control for the first slave

pub fn suw_s1(&mut self) -> SUW_S1_W[src]

Bit 20 - Secure user write access control for the first slave

pub fn ssw_s1(&mut self) -> SSW_S1_W[src]

Bit 21 - Secure supervisor write access control for the first slave

pub fn nuw_s1(&mut self) -> NUW_S1_W[src]

Bit 22 - Non-secure user write access control for the first slave

pub fn nsw_s1(&mut self) -> NSW_S1_W[src]

Bit 23 - Non-secure supervisor write access control for the first slave

pub fn lock_s1(&mut self) -> LOCK_S1_W[src]

Bit 24 - The lock bit corresponding to the first slave. It is written by the secure software.