MTB CAT1 Peripheral driver library
cy_stc_smif_crypto_region_config_t Struct Reference

Description

Specifies SMIF Crypto Region configuration.

Data Fields

uint32_t key [4]
 Specifies the AES key application for the region. More...
 
uint32_t iv [4]
 Specifies the Crypto IV for the region.
 
uint32_t * region_base_address
 Specifies the base address for the region. More...
 
uint32_t region_size
 Specifies the size of the memory region. More...
 

Field Documentation

◆ key

uint32_t cy_stc_smif_crypto_region_config_t::key[4]

Specifies the AES key application for the region.

◆ region_base_address

uint32_t* cy_stc_smif_crypto_region_config_t::region_base_address

Specifies the base address for the region.

◆ region_size

uint32_t cy_stc_smif_crypto_region_config_t::region_size

Specifies the size of the memory region.