Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Functions | |
static uint32_t | CRC_Handle_8 (CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) |
Enter 8-bit input data to the CRC calculator. | |
static uint32_t | CRC_Handle_16 (CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) |
Enter 16-bit input data to the CRC calculator. |
Function Documentation
static uint32_t CRC_Handle_16 | ( | CRC_HandleTypeDef * | hcrc, |
uint16_t | pBuffer[], | ||
uint32_t | BufferLength | ||
) | [static] |
Enter 16-bit input data to the CRC calculator.
Specific data handling to optimize processing time.
- Parameters:
-
hcrc,: CRC handle pBuffer,: pointer to the input data buffer BufferLength,: input data buffer length
- Return values:
-
uint32_t CRC (returned value LSBs for CRC shorter than 32 bits)
Definition at line 508 of file stm32l4xx_hal_crc.c.
static uint32_t CRC_Handle_8 | ( | CRC_HandleTypeDef * | hcrc, |
uint8_t | pBuffer[], | ||
uint32_t | BufferLength | ||
) | [static] |
Enter 8-bit input data to the CRC calculator.
Specific data handling to optimize processing time.
- Parameters:
-
hcrc,: CRC handle pBuffer,: pointer to the input data buffer BufferLength,: input data buffer length
- Return values:
-
uint32_t CRC (returned value LSBs for CRC shorter than 32 bits)
Definition at line 465 of file stm32l4xx_hal_crc.c.
Generated on Tue Jul 12 2022 11:00:03 by
