Struct nrf52840::CCM[][src]

pub struct CCM { /* fields omitted */ }

AES CCM Mode Encryption

Methods

impl CCM
[src]

Returns a pointer to the register block

Trait Implementations

impl Send for CCM
[src]

impl Deref for CCM
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl !Sync for CCM