pub struct Romc { /* private fields */ }Expand description
ROMC
Implementations§
Source§impl Romc
impl Romc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn rompatchcntl(self) -> Reg<Rompatchcntl, RW>
pub const fn rompatchcntl(self) -> Reg<Rompatchcntl, RW>
ROMC Control Register
Sourcepub const fn rompatchenh(self) -> Reg<u32, R>
pub const fn rompatchenh(self) -> Reg<u32, R>
ROMC Enable Register High
Sourcepub const fn rompatchenl(self) -> Reg<Rompatchenl, RW>
pub const fn rompatchenl(self) -> Reg<Rompatchenl, RW>
ROMC Enable Register Low
Sourcepub const fn rompatchsr(self) -> Reg<Rompatchsr, RW>
pub const fn rompatchsr(self) -> Reg<Rompatchsr, RW>
ROMC Status Register
Trait Implementations§
impl Copy for Romc
impl Eq for Romc
impl Send for Romc
impl StructuralPartialEq for Romc
impl Sync for Romc
Auto Trait Implementations§
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