STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
|
HASH's DMA interface Configuration function. More...
Functions | |
void | HASH_DMACmd (FunctionalState NewState) |
Enables or disables the HASH DMA interface. More... | |
HASH's DMA interface Configuration function.
=============================================================================== HASH's DMA interface Configuration function =============================================================================== This section provides functions allowing to configure the DMA interface for HASH/ HMAC data input transfer. When the DMA mode is enabled (using the HASH_DMACmd() function), data can be sent to the IN FIFO using the DMA peripheral.
void HASH_DMACmd | ( | FunctionalState | NewState | ) |
Enables or disables the HASH DMA interface.
NewState,: | new state of the selected HASH DMA transfer request. This parameter can be: ENABLE or DISABLE. |
None |