#[repr(C)]pub struct RAM {
pub power: POWER,
pub powerset: POWERSET,
pub powerclr: POWERCLR,
}Expand description
Register block
Fields§
§power: POWER0x00 - Description cluster[n]: RAMn power control register
powerset: POWERSET0x04 - Description cluster[n]: RAMn power control set register
powerclr: POWERCLR0x08 - 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