HAL
LL_CRC_Read_IDR()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_CRC_Read_IDR()
LL_CRC_Read_IDR() function
Return data stored in the Independent Data(IDR) register.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_crc.h:150
__STATIC_INLINE
uint32_t
LL_CRC_Read_IDR
(
CRC_TypeDef
*
CRCx
)
;
Arguments
Argument
Description
CRCx
CRC Instance
Return value
Value stored in CRC_IDR register (General-purpose 8-bit data register).
Notes
This register can be used as a temporary storage location for one byte.
Related Functions
Found 5 other functions taking a
CRC_TypeDef
argument:
Function
Description
LL_CRC_FeedData32()
Write given 32-bit data to the CRC calculator
LL_CRC_ReadData32()
Return current CRC calculation result. 32 bits value is returned.
LL_CRC_ResetCRCCalculationUnit()
Reset the CRC calculation unit.
LL_CRC_Write_IDR()
Store data in the Independent Data(IDR) register.
LL_CRC_DeInit()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out