Type Alias SHA

Source
pub type SHA = Periph<RegisterBlock, 0x3ff0_3000>;
Expand description

SHA (Secure Hash Algorithm) Accelerator

Aliased Type§

pub struct SHA { /* private fields */ }

Trait Implementations§

Source§

impl Debug for SHA

Source§

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

Formats the value using the given formatter. Read more