Struct max32630_svd::AES[][src]

pub struct AES { /* fields omitted */ }

AES Cryptographic Engine

Methods

impl AES
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for AES
[src]

impl Deref for AES
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for AES