Struct stm32f0x0::CRC[][src]

pub struct CRC { /* fields omitted */ }

cyclic redundancy check calculation unit

Methods

impl CRC
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for CRC
[src]

impl Deref for CRC
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for CRC