#[repr(transparent)]pub struct SecVioInfoValid(pub u32);Expand description
Security Violation Info Validity for Address
Tuple Fields§
§0: u32Implementations§
Source§impl SecVioInfoValid
impl SecVioInfoValid
Sourcepub const fn vio_info_valid0(&self) -> bool
pub const fn vio_info_valid0(&self) -> bool
Violation information valid flag for AHB port 0
Sourcepub const fn set_vio_info_valid0(&mut self, val: bool)
pub const fn set_vio_info_valid0(&mut self, val: bool)
Violation information valid flag for AHB port 0
Sourcepub const fn vio_info_valid1(&self) -> bool
pub const fn vio_info_valid1(&self) -> bool
Violation information valid flag for AHB port 1
Sourcepub const fn set_vio_info_valid1(&mut self, val: bool)
pub const fn set_vio_info_valid1(&mut self, val: bool)
Violation information valid flag for AHB port 1
Sourcepub const fn vio_info_valid2(&self) -> bool
pub const fn vio_info_valid2(&self) -> bool
Violation information valid flag for AHB port 2
Sourcepub const fn set_vio_info_valid2(&mut self, val: bool)
pub const fn set_vio_info_valid2(&mut self, val: bool)
Violation information valid flag for AHB port 2
Sourcepub const fn vio_info_valid3(&self) -> bool
pub const fn vio_info_valid3(&self) -> bool
Violation information valid flag for AHB port 3
Sourcepub const fn set_vio_info_valid3(&mut self, val: bool)
pub const fn set_vio_info_valid3(&mut self, val: bool)
Violation information valid flag for AHB port 3
Sourcepub const fn vio_info_valid4(&self) -> bool
pub const fn vio_info_valid4(&self) -> bool
Violation information valid flag for AHB port 4
Sourcepub const fn set_vio_info_valid4(&mut self, val: bool)
pub const fn set_vio_info_valid4(&mut self, val: bool)
Violation information valid flag for AHB port 4
Sourcepub const fn vio_info_valid5(&self) -> bool
pub const fn vio_info_valid5(&self) -> bool
Violation information valid flag for AHB port 5
Sourcepub const fn set_vio_info_valid5(&mut self, val: bool)
pub const fn set_vio_info_valid5(&mut self, val: bool)
Violation information valid flag for AHB port 5
Sourcepub const fn vio_info_valid6(&self) -> bool
pub const fn vio_info_valid6(&self) -> bool
Violation information valid flag for AHB port 6
Sourcepub const fn set_vio_info_valid6(&mut self, val: bool)
pub const fn set_vio_info_valid6(&mut self, val: bool)
Violation information valid flag for AHB port 6
Sourcepub const fn vio_info_valid7(&self) -> bool
pub const fn vio_info_valid7(&self) -> bool
Violation information valid flag for AHB port 7
Sourcepub const fn set_vio_info_valid7(&mut self, val: bool)
pub const fn set_vio_info_valid7(&mut self, val: bool)
Violation information valid flag for AHB port 7
Trait Implementations§
Source§impl Clone for SecVioInfoValid
impl Clone for SecVioInfoValid
Source§fn clone(&self) -> SecVioInfoValid
fn clone(&self) -> SecVioInfoValid
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more