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 |
int main | ( | void | ) |
References crc_data, crc_result, dsu_crc32_cal(), dsu_crc32_init(), expected_crc, status, STATUS_OK, and system_init().
|
static |
Referenced by main().
|
static |
Referenced by main().
const uint32_t expected_crc = 0xf8ee400b |
Referenced by main().