![]() |
RTEMS 6.1-rc7
|
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.
CRC_InitTypeDef CRC_HandleTypeDef::Init |
CRC configuration parameters
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
CRC_TypeDef* CRC_HandleTypeDef::Instance |
Register base address
HAL_LockTypeDef CRC_HandleTypeDef::Lock |
CRC Locking object
__IO HAL_CRC_StateTypeDef CRC_HandleTypeDef::State |
CRC communication state