aDataBuffer is only used within CRC_CalculateAndCheck.
 
Symbols
loading...
Files
loading...

aDataBuffer variable

Syntax

static const uint8_t aDataBuffer[BUFFER_SIZE] = { 0x21, 0x10, 0x00, 0x00, 0x63, 0x30, 0x42, 0x20, 0xa5, 0x50, 0x84, 0x40, 0xe7, 0x70, 0xc6, 0x60, 0x4a, 0xa1, 0x29, 0x91, 0x8c, 0xc1, 0x6b, 0xb1, 0xce, 0xe1, 0xad, 0xd1, 0x31, 0x12, 0xef, 0xf1, 0x52, 0x22, 0x73, 0x32, };

References

LocationReferrerText
main.c:43
static const uint8_t aDataBuffer[BUFFER_SIZE] =
main.c:118Calculate_CRC()
data = (uint32_t)((aDataBuffer[4 * index + 3] << 24) | (aDataBuffer[4 * index + 2] << 16) | (aDataBuffer[4 * index + 1] << 8) | aDataBuffer[4 * index]);

Data Use

Functions reading aDataBuffer
aDataBuffer
all items filtered out
Type of aDataBuffer
aDataBuffer
uint8_t
all items filtered out