
Functions | |
| HAL_StatusTypeDef | HAL_CRC_DeInit (CRC_HandleTypeDef *hcrc) |
| HAL_StatusTypeDef | HAL_CRC_Init (CRC_HandleTypeDef *hcrc) |
| void | HAL_CRC_MspDeInit (CRC_HandleTypeDef *hcrc) |
| CRC MSP De-Initialization This function freeze the hardware resources used in this example. More... | |
| void | HAL_CRC_MspInit (CRC_HandleTypeDef *hcrc) |
| CRC MSP Initialization This function configures the hardware resources used in this example. More... | |
| HAL_StatusTypeDef HAL_CRC_DeInit | ( | CRC_HandleTypeDef * | hcrc | ) |
| HAL_StatusTypeDef HAL_CRC_Init | ( | CRC_HandleTypeDef * | hcrc | ) |
| void HAL_CRC_MspDeInit | ( | CRC_HandleTypeDef * | hcrc | ) |
CRC MSP De-Initialization This function freeze the hardware resources used in this example.
| hcrc | CRC handle pointer |
| None |
Definition at line 108 of file stm32h7xx_hal_msp.c.
| void HAL_CRC_MspInit | ( | CRC_HandleTypeDef * | hcrc | ) |
CRC MSP Initialization This function configures the hardware resources used in this example.
| hcrc | CRC handle pointer |
| None |
Definition at line 86 of file stm32h7xx_hal_msp.c.