Struct Control
#[repr(transparent)]pub struct Control(pub u32);
Expand description
Description cluster: Control memory block power.
Tuple Fields§
§0: u32
Implementations§
§impl Control
impl Control
pub fn set_mem10(&mut self, val: bool)
pub fn set_mem10(&mut self, val: bool)
Keep the memory block MEM[10] on or off when in System ON mode.
pub fn set_mem11(&mut self, val: bool)
pub fn set_mem11(&mut self, val: bool)
Keep the memory block MEM[11] on or off when in System ON mode.
pub fn set_mem12(&mut self, val: bool)
pub fn set_mem12(&mut self, val: bool)
Keep the memory block MEM[12] on or off when in System ON mode.
pub fn set_mem13(&mut self, val: bool)
pub fn set_mem13(&mut self, val: bool)
Keep the memory block MEM[13] on or off when in System ON mode.
pub fn set_mem14(&mut self, val: bool)
pub fn set_mem14(&mut self, val: bool)
Keep the memory block MEM[14] on or off when in System ON mode.
pub fn set_mem15(&mut self, val: bool)
pub fn set_mem15(&mut self, val: bool)
Keep the memory block MEM[15] on or off when in System ON mode.
pub fn set_mem16(&mut self, val: bool)
pub fn set_mem16(&mut self, val: bool)
Keep the memory block MEM[16] on or off when in System ON mode.
pub fn set_mem17(&mut self, val: bool)
pub fn set_mem17(&mut self, val: bool)
Keep the memory block MEM[17] on or off when in System ON mode.
pub fn set_mem18(&mut self, val: bool)
pub fn set_mem18(&mut self, val: bool)
Keep the memory block MEM[18] on or off when in System ON mode.
pub fn set_mem19(&mut self, val: bool)
pub fn set_mem19(&mut self, val: bool)
Keep the memory block MEM[19] on or off when in System ON mode.
pub fn set_mem20(&mut self, val: bool)
pub fn set_mem20(&mut self, val: bool)
Keep the memory block MEM[20] on or off when in System ON mode.
pub fn set_mem21(&mut self, val: bool)
pub fn set_mem21(&mut self, val: bool)
Keep the memory block MEM[21] on or off when in System ON mode.
pub fn set_mem22(&mut self, val: bool)
pub fn set_mem22(&mut self, val: bool)
Keep the memory block MEM[22] on or off when in System ON mode.
pub fn set_mem23(&mut self, val: bool)
pub fn set_mem23(&mut self, val: bool)
Keep the memory block MEM[23] on or off when in System ON mode.
pub fn set_mem24(&mut self, val: bool)
pub fn set_mem24(&mut self, val: bool)
Keep the memory block MEM[24] on or off when in System ON mode.
pub fn set_mem25(&mut self, val: bool)
pub fn set_mem25(&mut self, val: bool)
Keep the memory block MEM[25] on or off when in System ON mode.
pub fn set_mem26(&mut self, val: bool)
pub fn set_mem26(&mut self, val: bool)
Keep the memory block MEM[26] on or off when in System ON mode.
pub fn set_mem27(&mut self, val: bool)
pub fn set_mem27(&mut self, val: bool)
Keep the memory block MEM[27] on or off when in System ON mode.
pub fn set_mem28(&mut self, val: bool)
pub fn set_mem28(&mut self, val: bool)
Keep the memory block MEM[28] on or off when in System ON mode.
pub fn set_mem29(&mut self, val: bool)
pub fn set_mem29(&mut self, val: bool)
Keep the memory block MEM[29] on or off when in System ON mode.
Trait Implementations§
impl Copy for Control
impl Eq for Control
impl StructuralPartialEq for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnwindSafe for Control
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
)