pub struct RAM0_1(/* private fields */);Expand description
Random access memory
Can be used to control the RAM using various methods on syscon::Handle.
Trait Implementations§
Source§impl ClockControl for RAM0_1
impl ClockControl for RAM0_1
Source§fn enable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
fn enable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
Internal method to enable a peripheral clock
Source§fn disable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
fn disable_clock<'w>(&self, w: &'w mut W) -> &'w mut W
Internal method to disable a peripheral clock
Auto Trait Implementations§
impl Freeze for RAM0_1
impl RefUnwindSafe for RAM0_1
impl Send for RAM0_1
impl Sync for RAM0_1
impl Unpin for RAM0_1
impl UnwindSafe for RAM0_1
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