思澈科技软件开发工具包  2.20
Initialization and de-initialization functions

Functions

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

Detailed Description

  ==============================================================================
            ##### 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

Function Documentation

◆ HAL_CRC_DeInit()

HAL_StatusTypeDef HAL_CRC_DeInit ( CRC_HandleTypeDef hcrc)

DeInitializes the CRC peripheral.

Parameters
hcrcpointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC
Return values
HALstatus

◆ HAL_CRC_Init()

HAL_StatusTypeDef HAL_CRC_Init ( CRC_HandleTypeDef hcrc)

Initializes the CRC according to the specified parameters in the CRC_InitTypeDef and creates the associated handle.

Parameters
hcrcpointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC
Return values
HALstatus

◆ HAL_CRC_MspDeInit()

void HAL_CRC_MspDeInit ( CRC_HandleTypeDef hcrc)

DeInitializes the CRC MSP.

Parameters
hcrcpointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC
Return values
None

◆ HAL_CRC_MspInit()

void HAL_CRC_MspInit ( CRC_HandleTypeDef hcrc)

Initializes the CRC MSP.

Parameters
hcrcpointer to a CRC_HandleTypeDef structure that contains the configuration information for CRC
Return values
None