Speeduino
Loading...
Searching...
No Matches
speeduino
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
*/
7
uint32_t
calculatePageCRC32
(
byte
pageNum
);
rshift
static uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition
bit_shifts.h:349
calculatePageCRC32
uint32_t calculatePageCRC32(byte pageNum)
Definition
page_crc.cpp:87
Generated by
1.9.8