Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
Initialization and de-initialization functions
[CRC Exported Functions]
Initialization and Configuration functions. More...
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. | |
HAL_StatusTypeDef | HAL_CRC_DeInit (CRC_HandleTypeDef *hcrc) |
DeInitialize the CRC peripheral. | |
__weak void | HAL_CRC_MspInit (CRC_HandleTypeDef *hcrc) |
Initializes the CRC MSP. | |
__weak void | HAL_CRC_MspDeInit (CRC_HandleTypeDef *hcrc) |
DeInitialize the CRC MSP. |
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_StatusTypeDef HAL_CRC_DeInit | ( | CRC_HandleTypeDef * | hcrc ) |
DeInitialize the CRC peripheral.
- Parameters:
-
hcrc,: CRC handle
- Return values:
-
HAL status
Definition at line 198 of file stm32l4xx_hal_crc.c.
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:
-
hcrc,: CRC handle
- Return values:
-
HAL status
Definition at line 121 of file stm32l4xx_hal_crc.c.
__weak void HAL_CRC_MspDeInit | ( | CRC_HandleTypeDef * | hcrc ) |
DeInitialize the CRC MSP.
- Parameters:
-
hcrc,: CRC handle
- Return values:
-
None
Definition at line 257 of file stm32l4xx_hal_crc.c.
__weak void HAL_CRC_MspInit | ( | CRC_HandleTypeDef * | hcrc ) |
Initializes the CRC MSP.
- Parameters:
-
hcrc,: CRC handle
- Return values:
-
None
Definition at line 242 of file stm32l4xx_hal_crc.c.
Generated on Tue Jul 12 2022 17:38:53 by
