| STM32H735xx HAL User Manual
   
    | 
CRC Handle Structure definition. More...
#include <stm32h7xx_hal_crc.h>
| Data Fields | |
| CRC_TypeDef * | Instance | 
| CRC_InitTypeDef | Init | 
| HAL_LockTypeDef | Lock | 
| __IO HAL_CRC_StateTypeDef | State | 
| uint32_t | InputDataFormat | 
CRC Handle Structure definition.
Definition at line 109 of file stm32h7xx_hal_crc.h.
CRC configuration parameters
Definition at line 113 of file stm32h7xx_hal_crc.h.
Referenced by HAL_CRC_Init().
| uint32_t CRC_HandleTypeDef::InputDataFormat | 
This parameter is a value of Input Buffer Format and specifies input data format. Can be either
Note that constant CRC_INPUT_FORMAT_UNDEFINED is defined but an initialization error must occur if InputBufferFormat is not one of the three values listed above
Definition at line 119 of file stm32h7xx_hal_crc.h.
Referenced by HAL_CRC_Accumulate(), HAL_CRC_Calculate(), and HAL_CRC_Init().
| CRC_TypeDef* CRC_HandleTypeDef::Instance | 
Register base address
Definition at line 111 of file stm32h7xx_hal_crc.h.
Referenced by CRC_Handle_16(), CRC_Handle_8(), HAL_CRC_Accumulate(), HAL_CRC_Calculate(), HAL_CRC_DeInit(), HAL_CRC_Init(), HAL_CRCEx_Input_Data_Reverse(), HAL_CRCEx_Output_Data_Reverse(), and HAL_CRCEx_Polynomial_Set().
| HAL_LockTypeDef CRC_HandleTypeDef::Lock | 
CRC Locking object
Definition at line 115 of file stm32h7xx_hal_crc.h.
Referenced by HAL_CRC_Init().
CRC communication state
Definition at line 117 of file stm32h7xx_hal_crc.h.
Referenced by HAL_CRC_Accumulate(), HAL_CRC_Calculate(), HAL_CRC_DeInit(), HAL_CRC_GetState(), HAL_CRC_Init(), HAL_CRCEx_Input_Data_Reverse(), and HAL_CRCEx_Output_Data_Reverse().
 1.7.6.1
 1.7.6.1