STM32L486xx HAL User Manual
Defines
Output Data Inversion Modes
CRC Extended Exported Constants

Defines

#define CRC_OUTPUTDATA_INVERSION_DISABLE   0x00000000U
#define CRC_OUTPUTDATA_INVERSION_ENABLE   CRC_CR_REV_OUT

Define Documentation

#define CRC_OUTPUTDATA_INVERSION_DISABLE   0x00000000U

No output data inversion

Definition at line 75 of file stm32l4xx_hal_crc_ex.h.

#define CRC_OUTPUTDATA_INVERSION_ENABLE   CRC_CR_REV_OUT

Bit-wise output data inversion

Definition at line 76 of file stm32l4xx_hal_crc_ex.h.