BUFFER_SIZE is only used within CRC_Example.
 
Symbols
loading...
Files
loading...

BUFFER_SIZE macro

Syntax

#define BUFFER_SIZE 114

References

LocationText
main.c:34
#define BUFFER_SIZE 114
main.c:44
static const uint32_t aDataBuffer[BUFFER_SIZE] =
main.c:112
uwCRCValue = HAL_CRC_Calculate(&CrcHandle, (uint32_t *)aDataBuffer, BUFFER_SIZE);