Struct max32630_svd::CRC[][src]

pub struct CRC { /* fields omitted */ }

CRC-16/CRC-32 Engine

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