STM32L486xx HAL User Manual
Defines
Input Data Reverse
CRC Exported Constants

Defines

#define LL_CRC_INDATA_REVERSE_NONE   0x00000000U
#define LL_CRC_INDATA_REVERSE_BYTE   CRC_CR_REV_IN_0
#define LL_CRC_INDATA_REVERSE_HALFWORD   CRC_CR_REV_IN_1
#define LL_CRC_INDATA_REVERSE_WORD   (CRC_CR_REV_IN_1 | CRC_CR_REV_IN_0)

Define Documentation

#define LL_CRC_INDATA_REVERSE_BYTE   CRC_CR_REV_IN_0

Input Data bit reversal done by byte

Definition at line 83 of file stm32l4xx_ll_crc.h.

#define LL_CRC_INDATA_REVERSE_HALFWORD   CRC_CR_REV_IN_1

Input Data bit reversal done by half-word

Definition at line 84 of file stm32l4xx_ll_crc.h.

#define LL_CRC_INDATA_REVERSE_NONE   0x00000000U

Input Data bit order not affected

Definition at line 82 of file stm32l4xx_ll_crc.h.

#define LL_CRC_INDATA_REVERSE_WORD   (CRC_CR_REV_IN_1 | CRC_CR_REV_IN_0)

Input Data bit reversal done by word

Definition at line 85 of file stm32l4xx_ll_crc.h.