==============================================================================
##### Initialization and de-initialization functions #####
==============================================================================
[..] This section provides functions allowing to:
(+) Initialize the CRC according to the specified parameters
in the CRC_InitTypeDef and create the associated handle
(+) DeInitialize the CRC peripheral
(+) Initialize the CRC MSP
(+) DeInitialize CRC MSP
◆ HAL_CRC_DeInit()
DeInitializes the CRC peripheral.
- Parameters
-
hcrc | pointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC |
- Return values
-
◆ HAL_CRC_Init()
Initializes the CRC according to the specified parameters in the CRC_InitTypeDef and creates the associated handle.
- Parameters
-
hcrc | pointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC |
- Return values
-
◆ HAL_CRC_MspDeInit()
DeInitializes the CRC MSP.
- Parameters
-
hcrc | pointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC |
- Return values
-
◆ HAL_CRC_MspInit()
Initializes the CRC MSP.
- Parameters
-
hcrc | pointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC |
- Return values
-