Struct nrf52840_pac::power::ram::RAM
source · #[repr(C)]pub struct RAM {
pub power: POWER,
pub powerset: POWERSET,
pub powerclr: POWERCLR,
}
Expand description
Register block
Fields§
§power: POWER
0x00 - Description cluster[n]: RAMn power control register
powerset: POWERSET
0x04 - Description cluster[n]: RAMn power control set register
powerclr: POWERCLR
0x08 - Description cluster[n]: RAMn power control clear register
Auto Trait Implementations§
impl !Freeze for RAM
impl !RefUnwindSafe for RAM
impl Send for RAM
impl !Sync for RAM
impl Unpin for RAM
impl UnwindSafe for RAM
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