Struct stm32f446_hal::stm32f446::DCMI[][src]

pub struct DCMI { /* fields omitted */ }

Digital camera interface

Methods

impl DCMI
[src]

Returns a pointer to the register block

Trait Implementations

impl Deref for DCMI
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Send for DCMI
[src]

Auto Trait Implementations

impl !Sync for DCMI