HAL + 0/2 examples
CodeScope will show references to LL_CRC_FeedData32() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
CRC
Examples_MIX
CRC
 
Symbols
loading...
Files
loading...

LL_CRC_FeedData32() function

Write given 32-bit data to the CRC calculator

Syntax

__STATIC_INLINE void LL_CRC_FeedData32(CRC_TypeDef *CRCx,     uint32_t InData);

Arguments

CRCx

CRC Instance

InData

value to be provided to CRC calculator between between Min_Data=0 and Max_Data=0xFFFFFFFF

Return value

None

Examples

LL_CRC_FeedData32() is referenced by 2 libraries and example projects.

References

LocationText
stm32f4xx_ll_crc.h:127
__STATIC_INLINE void LL_CRC_FeedData32(CRC_TypeDef *CRCx, uint32_t InData)

Data Use

Data read by LL_CRC_FeedData32()
LL_CRC_FeedData32()