CARME-M4 BSP
V1.5
|
This file provides all the CRC firmware functions. More...
#include "stm32f4xx_crc.h"
Go to the source code of this file.
Functions | |
void | CRC_ResetDR (void) |
Resets the CRC Data register (DR). More... | |
uint32_t | CRC_CalcCRC (uint32_t Data) |
Computes the 32-bit CRC of a given data word(32-bit). More... | |
uint32_t | CRC_CalcBlockCRC (uint32_t pBuffer[], uint32_t BufferLength) |
Computes the 32-bit CRC of a given buffer of data word(32-bit). More... | |
uint32_t | CRC_GetCRC (void) |
Returns the current CRC value. More... | |
void | CRC_SetIDRegister (uint8_t IDValue) |
Stores a 8-bit data in the Independent Data(ID) register. More... | |
uint8_t | CRC_GetIDRegister (void) |
Returns the 8-bit data stored in the Independent Data(ID) register. More... | |
This file provides all the CRC firmware functions.
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file stm32f4xx_crc.c.