Speeduino
Loading...
Searching...
No Matches
page_crc.h
Go to the documentation of this file.
1#pragma once
2#include <Arduino.h>
3
4/*
5 * Calculates and returns the CRC32 value of a given page of memory
6 */
static uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition bit_shifts.h:349
uint32_t calculatePageCRC32(byte pageNum)
Definition page_crc.cpp:87