pub struct DVP { /* private fields */ }Expand description
DVP register
Implementations
sourceimpl DVP
impl DVP
sourcepub const PTR: *const RegisterBlock = {0x4000e000 as *const dvp::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x4000e000 as *const dvp::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
Methods from Deref<Target = RegisterBlock>
sourcepub fn r8_dvp_int_flag(&self) -> &R8_DVP_INT_FLAG
pub fn r8_dvp_int_flag(&self) -> &R8_DVP_INT_FLAG
0x10 - DVP interrupt flag register
sourcepub fn r8_dvp_fifo_st(&self) -> &R8_DVP_FIFO_ST
pub fn r8_dvp_fifo_st(&self) -> &R8_DVP_FIFO_ST
0x11 - DVP receive fifo status
Trait Implementations
sourceimpl Deref for DVP
impl Deref for DVP
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for DVP
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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