#[repr(transparent)]pub struct Ramstatus(pub u32);
Expand description
Deprecated register - RAM status register
Tuple Fields§
§0: u32
Implementations§
Source§impl Ramstatus
impl Ramstatus
Sourcepub fn set_ramblock0(&mut self, val: bool)
pub fn set_ramblock0(&mut self, val: bool)
RAM block 0 is on or off/powering up
Sourcepub fn set_ramblock1(&mut self, val: bool)
pub fn set_ramblock1(&mut self, val: bool)
RAM block 1 is on or off/powering up
Sourcepub fn set_ramblock2(&mut self, val: bool)
pub fn set_ramblock2(&mut self, val: bool)
RAM block 2 is on or off/powering up
Sourcepub fn set_ramblock3(&mut self, val: bool)
pub fn set_ramblock3(&mut self, val: bool)
RAM block 3 is on or off/powering up
Trait Implementations§
impl Copy for Ramstatus
impl Eq for Ramstatus
impl StructuralPartialEq for Ramstatus
Auto Trait Implementations§
impl Freeze for Ramstatus
impl RefUnwindSafe for Ramstatus
impl Send for Ramstatus
impl Sync for Ramstatus
impl Unpin for Ramstatus
impl UnwindSafe for Ramstatus
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
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)