STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
CRC Extended output data inversion modes

Macros

#define CRC_OUTPUTDATA_INVERSION_DISABLE   ((uint32_t)0x00000000U)
 
#define CRC_OUTPUTDATA_INVERSION_ENABLE   ((uint32_t)CRC_CR_REV_OUT)
 
#define IS_CRC_OUTPUTDATA_INVERSION_MODE(__MODE__)
 

Detailed Description

Macro Definition Documentation

#define CRC_OUTPUTDATA_INVERSION_DISABLE   ((uint32_t)0x00000000U)

Definition at line 83 of file stm32f7xx_hal_crc_ex.h.

#define CRC_OUTPUTDATA_INVERSION_ENABLE   ((uint32_t)CRC_CR_REV_OUT)

Definition at line 84 of file stm32f7xx_hal_crc_ex.h.

#define IS_CRC_OUTPUTDATA_INVERSION_MODE (   __MODE__)
Value:
(((__MODE__) == CRC_OUTPUTDATA_INVERSION_DISABLE) || \
#define CRC_OUTPUTDATA_INVERSION_DISABLE
#define CRC_OUTPUTDATA_INVERSION_ENABLE

Definition at line 86 of file stm32f7xx_hal_crc_ex.h.