pub struct DCMI { /* private fields */ }
Expand description
Digital camera interface
Implementations
impl DCMI
impl DCMI
pub const PTR: *const RegisterBlock = {0x50050000 as *const stm32f4xx_hal::pac::dcmi::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x50050000 as *const stm32f4xx_hal::pac::dcmi::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl PeriAddress for DCMI
impl PeriAddress for DCMI
impl DMASet<StreamX<DMA2, 1>, 1, PeripheralToMemory> for DCMI
impl DMASet<StreamX<DMA2, 7>, 1, PeripheralToMemory> for DCMI
impl Send for DCMI
Auto Trait Implementations
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