
Macros | |
| #define | CRC_OUTPUTDATA_INVERSION_DISABLE 0x00000000U | 
| #define | CRC_OUTPUTDATA_INVERSION_ENABLE CRC_CR_REV_OUT | 
| #define CRC_OUTPUTDATA_INVERSION_DISABLE 0x00000000U | 
No output data inversion 
 
Definition at line 59 of file stm32h7xx_hal_crc_ex.h.
| #define CRC_OUTPUTDATA_INVERSION_ENABLE CRC_CR_REV_OUT | 
Bit-wise output data inversion
Definition at line 60 of file stm32h7xx_hal_crc_ex.h.