Struct nrf51::ECB [] [src]

pub struct ECB { /* fields omitted */ }

AES ECB Mode Encryption.

Methods

impl ECB
[src]

[src]

Returns a pointer to the register block

Trait Implementations

impl Send for ECB
[src]

impl Deref for ECB
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl !Sync for ECB