HAL + 0/11 examples
CodeScope will show references to CRC_HandleTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CRC
STM32469I_EVAL
Examples
CRC
STM324x9I_EVAL
Examples
CRC
STM324xG_EVAL
Examples
CRC
STM32F411RE-Nucleo
Examples_MIX
CRC
STM32F412G-Discovery
Examples
CRC
STM32F412ZG-Nucleo
Examples
CRC
STM32F413H-Discovery
Examples
CRC
STM32F413ZH-Nucleo
Examples
CRC
STM32F429ZI-Nucleo
Examples
CRC
STM32F446ZE-Nucleo
Examples
CRC
 
Symbols
loading...
Files
loading...

CRC_HandleTypeDef struct

CRC Handle Structure definition

Syntax

typedef struct {   CRC_TypeDef                 *Instance;      HAL_LockTypeDef             Lock;           __IO HAL_CRC_StateTypeDef   State;        } CRC_HandleTypeDef;

Fields

Instance

Register base address. Read more...

Lock

CRC Locking object. Read more...

State

CRC communication state. Read more...

Examples

CRC_HandleTypeDef is referenced by 11 libraries and example projects.

References

LocationReferrerScopeText
stm32f4xx_hal_crc.h:59
typedef struct
stm32f4xx_hal_crc.h:67
stm32f4xx_hal_crc.c:95HAL_CRC_Init()::hcrcHAL_CRC_Init()
stm32f4xx_hal_crc.c:126HAL_CRC_DeInit()::hcrcHAL_CRC_DeInit()
stm32f4xx_hal_crc.c:170HAL_CRC_MspInit()::hcrcHAL_CRC_MspInit()
stm32f4xx_hal_crc.c:185HAL_CRC_MspDeInit()::hcrcHAL_CRC_MspDeInit()
stm32f4xx_hal_crc.c:227HAL_CRC_Accumulate()::hcrcHAL_CRC_Accumulate()
stm32f4xx_hal_crc.c:257HAL_CRC_Calculate()::hcrcHAL_CRC_Calculate()
stm32f4xx_hal_crc.c:306HAL_CRC_GetState()::hcrcHAL_CRC_GetState()
stm32f4xx_hal_crc.h:67CRC_HandleTypeDef
stm32f4xx_hal_crc.h:138HAL_CRC_Init()::hcrcHAL_CRC_Init()
stm32f4xx_hal_crc.h:139HAL_CRC_DeInit()::hcrcHAL_CRC_DeInit()
stm32f4xx_hal_crc.h:140HAL_CRC_MspInit()::hcrcHAL_CRC_MspInit()
stm32f4xx_hal_crc.h:141HAL_CRC_MspDeInit()::hcrcHAL_CRC_MspDeInit()
stm32f4xx_hal_crc.h:150HAL_CRC_Accumulate()::hcrcHAL_CRC_Accumulate()
stm32f4xx_hal_crc.h:151HAL_CRC_Calculate()::hcrcHAL_CRC_Calculate()
uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
stm32f4xx_hal_crc.h:160HAL_CRC_GetState()::hcrcHAL_CRC_GetState()

Type Use

all items filtered out
CRC_HandleTypeDef
all items filtered out