#[repr(transparent)]pub struct RamXenDp(pub u32);Expand description
RAM XEN Control (Duplicate)
Tuple Fields§
§0: u32Implementations§
Source§impl RamXenDp
impl RamXenDp
Sourcepub const fn set_ramx0_xen(&mut self, val: bool)
pub const fn set_ramx0_xen(&mut self, val: bool)
Refer to RAM_XEN for more details.
Sourcepub const fn set_ramx1_xen(&mut self, val: bool)
pub const fn set_ramx1_xen(&mut self, val: bool)
Refer to RAM_XEN for more details.
Sourcepub const fn set_rama0_xen(&mut self, val: bool)
pub const fn set_rama0_xen(&mut self, val: bool)
Refer to RAM_XEN for more details.
Sourcepub const fn set_rama1_xen(&mut self, val: bool)
pub const fn set_rama1_xen(&mut self, val: bool)
Refer to RAM_XEN for more details.
Sourcepub const fn set_ramb_xen(&mut self, val: bool)
pub const fn set_ramb_xen(&mut self, val: bool)
Refer to RAM_XEN for more details.
Trait Implementations§
impl Copy for RamXenDp
impl Eq for RamXenDp
impl StructuralPartialEq for RamXenDp
Auto Trait Implementations§
impl Freeze for RamXenDp
impl RefUnwindSafe for RamXenDp
impl Send for RamXenDp
impl Sync for RamXenDp
impl Unpin for RamXenDp
impl UnwindSafe for RamXenDp
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