#[repr(transparent)]pub struct Ret(pub u32);
Expand description
Description cluster: RAM retention for RAM [n].
Tuple Fields§
§0: u32
Implementations§
Source§impl Ret
impl Ret
Sourcepub fn set_mem0(&mut self, val: bool)
pub fn set_mem0(&mut self, val: bool)
Keep the RAM block MEM[0] retained when in System OFF mode.
Sourcepub fn set_mem1(&mut self, val: bool)
pub fn set_mem1(&mut self, val: bool)
Keep the RAM block MEM[1] retained when in System OFF mode.
Sourcepub fn set_mem2(&mut self, val: bool)
pub fn set_mem2(&mut self, val: bool)
Keep the RAM block MEM[2] retained when in System OFF mode.
Sourcepub fn set_mem3(&mut self, val: bool)
pub fn set_mem3(&mut self, val: bool)
Keep the RAM block MEM[3] retained when in System OFF mode.
Sourcepub fn set_mem4(&mut self, val: bool)
pub fn set_mem4(&mut self, val: bool)
Keep the RAM block MEM[4] retained when in System OFF mode.
Sourcepub fn set_mem5(&mut self, val: bool)
pub fn set_mem5(&mut self, val: bool)
Keep the RAM block MEM[5] retained when in System OFF mode.
Sourcepub fn set_mem6(&mut self, val: bool)
pub fn set_mem6(&mut self, val: bool)
Keep the RAM block MEM[6] retained when in System OFF mode.
Sourcepub fn set_mem7(&mut self, val: bool)
pub fn set_mem7(&mut self, val: bool)
Keep the RAM block MEM[7] retained when in System OFF mode.
Sourcepub fn set_mem8(&mut self, val: bool)
pub fn set_mem8(&mut self, val: bool)
Keep the RAM block MEM[8] retained when in System OFF mode.
Sourcepub fn set_mem9(&mut self, val: bool)
pub fn set_mem9(&mut self, val: bool)
Keep the RAM block MEM[9] retained when in System OFF mode.
Sourcepub fn set_mem10(&mut self, val: bool)
pub fn set_mem10(&mut self, val: bool)
Keep the RAM block MEM[10] retained when in System OFF mode.
Sourcepub fn set_mem11(&mut self, val: bool)
pub fn set_mem11(&mut self, val: bool)
Keep the RAM block MEM[11] retained when in System OFF mode.
Sourcepub fn set_mem12(&mut self, val: bool)
pub fn set_mem12(&mut self, val: bool)
Keep the RAM block MEM[12] retained when in System OFF mode.
Sourcepub fn set_mem13(&mut self, val: bool)
pub fn set_mem13(&mut self, val: bool)
Keep the RAM block MEM[13] retained when in System OFF mode.
Sourcepub fn set_mem14(&mut self, val: bool)
pub fn set_mem14(&mut self, val: bool)
Keep the RAM block MEM[14] retained when in System OFF mode.
Sourcepub fn set_mem15(&mut self, val: bool)
pub fn set_mem15(&mut self, val: bool)
Keep the RAM block MEM[15] retained when in System OFF mode.
Sourcepub fn set_mem16(&mut self, val: bool)
pub fn set_mem16(&mut self, val: bool)
Keep the RAM block MEM[16] retained when in System OFF mode.
Sourcepub fn set_mem17(&mut self, val: bool)
pub fn set_mem17(&mut self, val: bool)
Keep the RAM block MEM[17] retained when in System OFF mode.
Sourcepub fn set_mem18(&mut self, val: bool)
pub fn set_mem18(&mut self, val: bool)
Keep the RAM block MEM[18] retained when in System OFF mode.
Sourcepub fn set_mem19(&mut self, val: bool)
pub fn set_mem19(&mut self, val: bool)
Keep the RAM block MEM[19] retained when in System OFF mode.
Sourcepub fn set_mem20(&mut self, val: bool)
pub fn set_mem20(&mut self, val: bool)
Keep the RAM block MEM[20] retained when in System OFF mode.
Sourcepub fn set_mem21(&mut self, val: bool)
pub fn set_mem21(&mut self, val: bool)
Keep the RAM block MEM[21] retained when in System OFF mode.
Sourcepub fn set_mem22(&mut self, val: bool)
pub fn set_mem22(&mut self, val: bool)
Keep the RAM block MEM[22] retained when in System OFF mode.
Sourcepub fn set_mem23(&mut self, val: bool)
pub fn set_mem23(&mut self, val: bool)
Keep the RAM block MEM[23] retained when in System OFF mode.
Sourcepub fn set_mem24(&mut self, val: bool)
pub fn set_mem24(&mut self, val: bool)
Keep the RAM block MEM[24] retained when in System OFF mode.
Sourcepub fn set_mem25(&mut self, val: bool)
pub fn set_mem25(&mut self, val: bool)
Keep the RAM block MEM[25] retained when in System OFF mode.
Sourcepub fn set_mem26(&mut self, val: bool)
pub fn set_mem26(&mut self, val: bool)
Keep the RAM block MEM[26] retained when in System OFF mode.
Sourcepub fn set_mem27(&mut self, val: bool)
pub fn set_mem27(&mut self, val: bool)
Keep the RAM block MEM[27] retained when in System OFF mode.
Sourcepub fn set_mem28(&mut self, val: bool)
pub fn set_mem28(&mut self, val: bool)
Keep the RAM block MEM[28] retained when in System OFF mode.
Sourcepub fn set_mem29(&mut self, val: bool)
pub fn set_mem29(&mut self, val: bool)
Keep the RAM block MEM[29] retained when in System OFF mode.
Trait Implementations§
impl Copy for Ret
impl Eq for Ret
impl StructuralPartialEq for Ret
Auto Trait Implementations§
impl Freeze for Ret
impl RefUnwindSafe for Ret
impl Send for Ret
impl Sync for Ret
impl Unpin for Ret
impl UnwindSafe for Ret
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
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)
clone_to_uninit
)