Type Alias AES

Source
pub type AES = Periph<RegisterBlock, 0x3ff0_1000>;
Expand description

AES (Advanced Encryption Standard) Accelerator

Aliased Type§

pub struct AES { /* private fields */ }

Trait Implementations§

Source§

impl Debug for AES

Source§

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

Formats the value using the given formatter. Read more