Module lpc55_pac::hashcrypt::memctrl[][src]

Setup Master to access memory (if available)

Structs

COUNT_R

Field COUNT reader - Number of 512-bit (128-bit if AES, except 1st block which may include key and IV) blocks to copy starting at MEMADDR. This register will decrement after each block is copied, ending in 0. For Hash, the DIGEST interrupt will occur when it reaches 0. Fro AES, the DIGEST/OUTDATA interrupt will occur on ever block. If a bus error occurs, it will stop with this field set to the block that failed. 0:Done - nothing to process. 1 to 2K: Number of 512-bit (or 128bit) blocks to hash.

COUNT_W

Field COUNT writer - Number of 512-bit (128-bit if AES, except 1st block which may include key and IV) blocks to copy starting at MEMADDR. This register will decrement after each block is copied, ending in 0. For Hash, the DIGEST interrupt will occur when it reaches 0. Fro AES, the DIGEST/OUTDATA interrupt will occur on ever block. If a bus error occurs, it will stop with this field set to the block that failed. 0:Done - nothing to process. 1 to 2K: Number of 512-bit (or 128bit) blocks to hash.

MASTER_R

Field MASTER reader - Enables mastering.

MASTER_W

Field MASTER writer - Enables mastering.

MEMCTRL_SPEC

Setup Master to access memory (if available)

R

Register MEMCTRL reader

W

Register MEMCTRL writer

Enums

MASTER_A

Enables mastering.