STM32F4xx_HAL_Driver  1.8.3
Initialization and de-initialization functions

Initialization and Configuration functions. More...

+ Collaboration diagram for Initialization and de-initialization functions:

Functions

HAL_StatusTypeDef HAL_CRC_Init (CRC_HandleTypeDef *hcrc)
 Initialize the CRC according to the specified parameters in the CRC_InitTypeDef and create the associated handle. More...
 
HAL_StatusTypeDef HAL_CRC_DeInit (CRC_HandleTypeDef *hcrc)
 DeInitialize the CRC peripheral. More...
 
void HAL_CRC_MspInit (CRC_HandleTypeDef *hcrc)
 Initializes the CRC MSP. More...
 
void HAL_CRC_MspDeInit (CRC_HandleTypeDef *hcrc)
 DeInitialize the CRC MSP. More...
 

Detailed Description

Initialization and Configuration functions.

 ===============================================================================
            ##### 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 (MCU Specific Package)
      (+) DeInitialize the CRC MSP

Function Documentation

◆ HAL_CRC_DeInit()

HAL_StatusTypeDef HAL_CRC_DeInit ( CRC_HandleTypeDef hcrc)

DeInitialize the CRC peripheral.

Parameters
hcrcCRC handle
Return values
HALstatus

Definition at line 126 of file stm32f4xx_hal_crc.c.

◆ HAL_CRC_Init()

HAL_StatusTypeDef HAL_CRC_Init ( CRC_HandleTypeDef hcrc)

Initialize the CRC according to the specified parameters in the CRC_InitTypeDef and create the associated handle.

Parameters
hcrcCRC handle
Return values
HALstatus

Definition at line 95 of file stm32f4xx_hal_crc.c.

◆ HAL_CRC_MspDeInit()

__weak void HAL_CRC_MspDeInit ( CRC_HandleTypeDef hcrc)

DeInitialize the CRC MSP.

Parameters
hcrcCRC handle
Return values
None

Definition at line 185 of file stm32f4xx_hal_crc.c.

◆ HAL_CRC_MspInit()

__weak void HAL_CRC_MspInit ( CRC_HandleTypeDef hcrc)

Initializes the CRC MSP.

Parameters
hcrcCRC handle
Return values
None

Definition at line 170 of file stm32f4xx_hal_crc.c.