Struct nrf52840_pac::power::ramstatus::R
source · pub struct R(/* private fields */);
Expand description
Register RAMSTATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn ramblock0(&self) -> RAMBLOCK0_R
pub fn ramblock0(&self) -> RAMBLOCK0_R
Bit 0 - RAM block 0 is on or off/powering up
sourcepub fn ramblock1(&self) -> RAMBLOCK1_R
pub fn ramblock1(&self) -> RAMBLOCK1_R
Bit 1 - RAM block 1 is on or off/powering up
sourcepub fn ramblock2(&self) -> RAMBLOCK2_R
pub fn ramblock2(&self) -> RAMBLOCK2_R
Bit 2 - RAM block 2 is on or off/powering up
sourcepub fn ramblock3(&self) -> RAMBLOCK3_R
pub fn ramblock3(&self) -> RAMBLOCK3_R
Bit 3 - RAM block 3 is on or off/powering up
Methods from Deref<Target = R<RAMSTATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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