STM32L443xx HAL User Manual
|
Defines | |
#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 58 of file stm32l4xx_hal_crc_ex.h.
#define CRC_OUTPUTDATA_INVERSION_ENABLE CRC_CR_REV_OUT |
Bit-wise output data inversion
Definition at line 59 of file stm32l4xx_hal_crc_ex.h.