Struct TzscMpcwm4ar
#[repr(transparent)]pub struct TzscMpcwm4ar(pub u32);Expand description
GTZC1 TZSC BKPSRAM sub-region A watermark register.
Tuple Fields§
§0: u32Implementations§
§impl TzscMpcwm4ar
impl TzscMpcwm4ar
pub const fn suba_start(&self) -> u16
pub const fn suba_start(&self) -> u16
Start of sub-region A This field defines the address offset of the sub-region A, to be multiplied by the granularity defined in Table 16.
pub fn set_suba_start(&mut self, val: u16)
pub fn set_suba_start(&mut self, val: u16)
Start of sub-region A This field defines the address offset of the sub-region A, to be multiplied by the granularity defined in Table 16.
pub const fn suba_length(&self) -> u16
pub const fn suba_length(&self) -> u16
Length of sub-region A This field defines the length of the sub-region A, to be multiplied by the granularity defined in Table 16. When SUBA_START + SUBA_LENGTH is higher than the maximum size allowed for the memory, a saturation of SUBA_LENGTH is applied automatically. If SUBA_LENGTH = 0, the sub-region A is disabled (SREN bit in TZSC_MPCMWACFGR is cleared).
pub fn set_suba_length(&mut self, val: u16)
pub fn set_suba_length(&mut self, val: u16)
Length of sub-region A This field defines the length of the sub-region A, to be multiplied by the granularity defined in Table 16. When SUBA_START + SUBA_LENGTH is higher than the maximum size allowed for the memory, a saturation of SUBA_LENGTH is applied automatically. If SUBA_LENGTH = 0, the sub-region A is disabled (SREN bit in TZSC_MPCMWACFGR is cleared).
Trait Implementations§
§impl Clone for TzscMpcwm4ar
impl Clone for TzscMpcwm4ar
§fn clone(&self) -> TzscMpcwm4ar
fn clone(&self) -> TzscMpcwm4ar
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more