Struct stm32l0x2::CRC [] [src]

pub struct CRC { /* fields omitted */ }

Cyclic redundancy check calculation unit

Methods

impl CRC
[src]

[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.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for CRC