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