CRC Handle Structure definition. More...
#include <stm32h7xx_hal_crc.h>
Public Attributes | |
CRC_InitTypeDef | Init |
uint32_t | InputDataFormat |
CRC_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
__IO HAL_CRC_StateTypeDef | State |
CRC Handle Structure definition.
Definition at line 103 of file stm32h7xx_hal_crc.h.
CRC_InitTypeDef CRC_HandleTypeDef::Init |
CRC configuration parameters
Definition at line 107 of file stm32h7xx_hal_crc.h.
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 113 of file stm32h7xx_hal_crc.h.
CRC_TypeDef* CRC_HandleTypeDef::Instance |
Register base address
Definition at line 105 of file stm32h7xx_hal_crc.h.
HAL_LockTypeDef CRC_HandleTypeDef::Lock |
CRC Locking object
Definition at line 109 of file stm32h7xx_hal_crc.h.
__IO HAL_CRC_StateTypeDef CRC_HandleTypeDef::State |
CRC communication state
Definition at line 111 of file stm32h7xx_hal_crc.h.