![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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__) |
| #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__ | ) |
Definition at line 86 of file stm32f7xx_hal_crc_ex.h.
1.8.11