#[repr(transparent)]pub struct Regionen(pub u32);
Expand description
Enable/disable regions watch
Tuple Fields§
§0: u32
Implementations§
Source§impl Regionen
impl Regionen
Sourcepub fn set_rgn_wa(&mut self, n: usize, val: bool)
pub fn set_rgn_wa(&mut self, n: usize, val: bool)
Enable/disable write access watch in region[0]
Sourcepub fn set_rgn_ra(&mut self, n: usize, val: bool)
pub fn set_rgn_ra(&mut self, n: usize, val: bool)
Enable/disable read access watch in region[0]
Sourcepub fn set_prgn_wa(&mut self, n: usize, val: bool)
pub fn set_prgn_wa(&mut self, n: usize, val: bool)
Enable/disable write access watch in PREGION[0]
Sourcepub fn set_prgn_ra(&mut self, n: usize, val: bool)
pub fn set_prgn_ra(&mut self, n: usize, val: bool)
Enable/disable read access watch in PREGION[0]
Trait Implementations§
impl Copy for Regionen
impl Eq for Regionen
impl StructuralPartialEq for Regionen
Auto Trait Implementations§
impl Freeze for Regionen
impl RefUnwindSafe for Regionen
impl Send for Regionen
impl Sync for Regionen
impl Unpin for Regionen
impl UnwindSafe for Regionen
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)