STM32L4xx_HAL_Driver  1.14.0
stm32l4xx_hal_crc_ex.h File Reference

Header file of CRC HAL extended module. More...

Go to the source code of this file.

Functions

HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set (CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLength)
 Initialize the CRC polynomial if different from default one. More...
 
HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse (CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode)
 Set the Reverse Input data mode. More...
 
HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse (CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode)
 Set the Reverse Output data mode. More...
 

Detailed Description

Header file of CRC HAL extended module.

Author
MCD Application Team
Attention

© Copyright (c) 2017 STMicroelectronics. All rights reserved.

This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause

Definition in file stm32l4xx_hal_crc_ex.h.