_aes_handle Struct Reference

AES handle Structure definition. More...

#include <gr55xx_hal_aes.h>

+ Collaboration diagram for _aes_handle:

Public Attributes

aes_regs_t * p_instance
 AES registers base address
More...
 
aes_init_t init
 AES operation parameters
More...
 
uint32_t * p_cryp_input_buffer
 Pointer to CRYP processing (encryption or decryption) input buffer
More...
 
uint32_t * p_cryp_output_buffer
 Pointer to CRYP processing (encryption or decryption) output buffer. More...
 
uint32_t block_size
 Data size in blocks (16 bytes per block) More...
 
uint32_t block_count
 Blocks count
More...
 
__IO hal_lock_t lock
 Locking object
More...
 
__IO hal_aes_state_t state
 AES operation state
More...
 
__IO uint32_t error_code
 AES Error code
More...
 
uint32_t timeout
 Timeout for the AES operation
More...
 
uint32_t retention [18]
 AES important register information. More...
 

Detailed Description

AES handle Structure definition.

Definition at line 130 of file gr55xx_hal_aes.h.

Member Data Documentation

◆ block_count

uint32_t _aes_handle::block_count

Blocks count

Definition at line 142 of file gr55xx_hal_aes.h.

◆ block_size

uint32_t _aes_handle::block_size

Data size in blocks (16 bytes per block)

Definition at line 140 of file gr55xx_hal_aes.h.

◆ error_code

__IO uint32_t _aes_handle::error_code

AES Error code

Definition at line 148 of file gr55xx_hal_aes.h.

◆ init

aes_init_t _aes_handle::init

AES operation parameters

Definition at line 134 of file gr55xx_hal_aes.h.

◆ lock

__IO hal_lock_t _aes_handle::lock

Locking object

Definition at line 144 of file gr55xx_hal_aes.h.

◆ p_cryp_input_buffer

uint32_t* _aes_handle::p_cryp_input_buffer

Pointer to CRYP processing (encryption or decryption) input buffer

Definition at line 136 of file gr55xx_hal_aes.h.

◆ p_cryp_output_buffer

uint32_t* _aes_handle::p_cryp_output_buffer

Pointer to CRYP processing (encryption or decryption) output buffer.

Definition at line 138 of file gr55xx_hal_aes.h.

◆ p_instance

aes_regs_t* _aes_handle::p_instance

AES registers base address

Definition at line 132 of file gr55xx_hal_aes.h.

◆ retention

uint32_t _aes_handle::retention[18]

AES important register information.

Definition at line 152 of file gr55xx_hal_aes.h.

◆ state

__IO hal_aes_state_t _aes_handle::state

AES operation state

Definition at line 146 of file gr55xx_hal_aes.h.

◆ timeout

uint32_t _aes_handle::timeout

Timeout for the AES operation

Definition at line 150 of file gr55xx_hal_aes.h.


The documentation for this struct was generated from the following file: