STM32H735xx 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 58 of file stm32h7xx_hal_crc_ex.h.

#define CRC_OUTPUTDATA_INVERSION_ENABLE   CRC_CR_REV_OUT

Bit-wise output data inversion

Definition at line 59 of file stm32h7xx_hal_crc_ex.h.