RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
CRC_HandleTypeDef Struct Reference

CRC Handle Structure definition. More...

#include <stm32h7xx_hal_crc.h>

Data Fields

CRC_TypeDefInstance
 
CRC_InitTypeDef Init
 
HAL_LockTypeDef Lock
 
__IO HAL_CRC_StateTypeDef State
 
uint32_t InputDataFormat
 

Detailed Description

CRC Handle Structure definition.

Field Documentation

◆ Init

CRC_InitTypeDef CRC_HandleTypeDef::Init

CRC configuration parameters

◆ InputDataFormat

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

◆ Instance

CRC_TypeDef* CRC_HandleTypeDef::Instance

Register base address

◆ Lock

HAL_LockTypeDef CRC_HandleTypeDef::Lock

CRC Locking object

◆ State

__IO HAL_CRC_StateTypeDef CRC_HandleTypeDef::State

CRC communication state


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