STM32L486xx HAL User Manual
Defines
Input Buffer Format
CRC Exported Constants

Defines

#define CRC_INPUTDATA_FORMAT_UNDEFINED   0x00000000U
#define CRC_INPUTDATA_FORMAT_BYTES   0x00000001U
#define CRC_INPUTDATA_FORMAT_HALFWORDS   0x00000002U
#define CRC_INPUTDATA_FORMAT_WORDS   0x00000003U

Define Documentation

#define CRC_INPUTDATA_FORMAT_BYTES   0x00000001U

Input data in byte format

Definition at line 211 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Accumulate(), and HAL_CRC_Calculate().

#define CRC_INPUTDATA_FORMAT_HALFWORDS   0x00000002U

Input data in half-word format

Definition at line 212 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Accumulate(), and HAL_CRC_Calculate().

#define CRC_INPUTDATA_FORMAT_UNDEFINED   0x00000000U

Undefined input data format

Definition at line 210 of file stm32l4xx_hal_crc.h.

#define CRC_INPUTDATA_FORMAT_WORDS   0x00000003U

Input data in word format

Definition at line 213 of file stm32l4xx_hal_crc.h.

Referenced by HAL_CRC_Accumulate(), and HAL_CRC_Calculate().