#[repr(transparent)]pub struct RamXen(pub u32);Expand description
RAM XEN Control
Tuple Fields§
§0: u32Implementations§
Source§impl RamXen
impl RamXen
Sourcepub const fn set_ramx0_xen(&mut self, val: bool)
pub const fn set_ramx0_xen(&mut self, val: bool)
RAMX0-3 Execute permission control.
Sourcepub const fn set_ramx1_xen(&mut self, val: bool)
pub const fn set_ramx1_xen(&mut self, val: bool)
RAMXn (excepts RAMA0-3) Execute permission control.
Sourcepub const fn set_rama0_xen(&mut self, val: bool)
pub const fn set_rama0_xen(&mut self, val: bool)
RAMA0 Execute permission control.
Sourcepub const fn set_rama1_xen(&mut self, val: bool)
pub const fn set_rama1_xen(&mut self, val: bool)
RAMAx (excepts RAMA0) Execute permission control.
Sourcepub const fn set_ramb_xen(&mut self, val: bool)
pub const fn set_ramb_xen(&mut self, val: bool)
RAMBx Execute permission control.
Trait Implementations§
impl Copy for RamXen
impl Eq for RamXen
impl StructuralPartialEq for RamXen
Auto Trait Implementations§
impl Freeze for RamXen
impl RefUnwindSafe for RamXen
impl Send for RamXen
impl Sync for RamXen
impl Unpin for RamXen
impl UnwindSafe for RamXen
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