STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
CRC Handle Structure definition. More...
#include <stm32f4xx_hal_crc.h>
Data Fields | |
CRC_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
__IO HAL_CRC_StateTypeDef | State |
CRC Handle Structure definition.
Definition at line 59 of file stm32f4xx_hal_crc.h.
CRC_TypeDef* CRC_HandleTypeDef::Instance |
Register base address
Definition at line 61 of file stm32f4xx_hal_crc.h.
Referenced by HAL_CRC_Accumulate(), HAL_CRC_Calculate(), HAL_CRC_DeInit(), and HAL_CRC_Init().
HAL_LockTypeDef CRC_HandleTypeDef::Lock |
__IO HAL_CRC_StateTypeDef CRC_HandleTypeDef::State |
CRC communication state
Definition at line 65 of file stm32f4xx_hal_crc.h.
Referenced by HAL_CRC_Accumulate(), HAL_CRC_Calculate(), HAL_CRC_DeInit(), HAL_CRC_GetState(), and HAL_CRC_Init().