pub struct ROM(/* private fields */);Expand description
Read-only memory
Can be used to control the ROM using various methods on syscon::Handle.
Trait Implementations§
Source§impl ClockControl for ROM
impl ClockControl for ROM
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 ROM
impl RefUnwindSafe for ROM
impl Send for ROM
impl Sync for ROM
impl Unpin for ROM
impl UnwindSafe for ROM
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