STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
CRYP Data processing functions

CRYP Data processing functions. More...

Functions

void CRYP_DataIn (uint32_t Data)
 Writes data in the Data Input register (DIN). More...
 
uint32_t CRYP_DataOut (void)
 Returns the last data entered into the output FIFO. More...
 

Detailed Description

CRYP Data processing functions.

 ===============================================================================
                      CRYP Data processing functions
 ===============================================================================  
  This section provides functions allowing the encryption and decryption 
  operations: 
  - Enter data to be treated in the IN FIFO : using CRYP_DataIn() function.
  - Get the data result from the OUT FIFO : using CRYP_DataOut() function.

Function Documentation

void CRYP_DataIn ( uint32_t  Data)

Writes data in the Data Input register (DIN).

Note
After the DIN register has been read once or several times, the FIFO must be flushed (using CRYP_FIFOFlush() function).
Parameters
Data,:data to write in Data Input register
Return values
None
uint32_t CRYP_DataOut ( void  )

Returns the last data entered into the output FIFO.

Parameters
None
Return values
Lastdata entered into the output FIFO.