Type Alias CRC

Source
pub type CRC = Periph<RegisterBlock, 0x4002_3000>;
Expand description

Cryptographic processor

See peripheral structure

Aliased Type§

struct CRC { /* private fields */ }

Trait Implementations§

Source§

impl Debug for CRC

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more