Microchip® Advanced Software Framework

qs_crc32.c File Reference

SAM CRC32 Driver Quick Start.

Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.

#include <asf.h>

Functions

int main (void)
 

Variables

static const uint32_t crc_data [10]
 
static uint32_t crc_result
 
const uint32_t expected_crc = 0xf8ee400b
 

const uint32_t crc_data[10]
static
Initial value:
= {
0x00000000, 0x11111111, 0x22222222, 0x33333333, 0x44444444,
0x55555555, 0x66666666, 0x77777777, 0x88888888, 0x99999999
}

Referenced by main().

uint32_t crc_result
static

Referenced by main().

const uint32_t expected_crc = 0xf8ee400b

Referenced by main().