STM32L486xx HAL User Manual
Data Fields
CRC_HandleTypeDef Struct Reference

CRC Handle Structure definition. More...

#include <stm32l4xx_hal_crc.h>

Data Fields

CRC_TypeDef * Instance
CRC_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_CRC_StateTypeDef State
uint32_t InputDataFormat

Detailed Description

CRC Handle Structure definition.

Definition at line 119 of file stm32l4xx_hal_crc.h.


Field Documentation

CRC configuration parameters

Definition at line 123 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Init().

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 129 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Accumulate(), HAL_CRC_Calculate(), and HAL_CRC_Init().

HAL_LockTypeDef CRC_HandleTypeDef::Lock

CRC Locking object

Definition at line 125 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Init().


The documentation for this struct was generated from the following file: