pub struct LCD_CAM { /* private fields */ }
Expand description
Peripheral LCD_CAM
Implementations
sourceimpl LCD_CAM
impl LCD_CAM
sourcepub const PTR: *const RegisterBlock = {0x60041000 as *const lcd_cam::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60041000 as *const lcd_cam::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Deref for LCD_CAM
impl Deref for LCD_CAM
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for LCD_CAM
Auto Trait Implementations
impl RefUnwindSafe for LCD_CAM
impl !Sync for LCD_CAM
impl Unpin for LCD_CAM
impl UnwindSafe for LCD_CAM
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more