STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
CRYP_InitTypeDef Struct Reference

CRYP Init structure definition. More...

#include <stm32f2xx_cryp.h>

Data Fields

uint16_t CRYP_AlgoDir
 
uint16_t CRYP_AlgoMode
 
uint16_t CRYP_DataType
 
uint16_t CRYP_KeySize
 

Detailed Description

CRYP Init structure definition.

Field Documentation

uint16_t CRYP_AlgoDir
   Encrypt or Decrypt. This parameter can be a 

value of CRYP_Algorithm_Direction

uint16_t CRYP_AlgoMode
  TDES-ECB, TDES-CBC, DES-ECB, DES-CBC, AES-ECB, 

AES-CBC, AES-CTR, AES-Key. This parameter can be a value of CRYP_Algorithm_Mode

uint16_t CRYP_DataType
  32-bit data, 16-bit data, bit data or bit-string.

This parameter can be a value of CRYP_Data_Type

uint16_t CRYP_KeySize
   Used only in AES mode only : 128, 192 or 256 bit 

key length. This parameter can be a value of CRYP_Key_Size_for_AES_only


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