STM32L443xx HAL User Manual
|
Defines | |
#define | LL_CRC_INDATA_REVERSE_NONE 0x00000000U |
#define | LL_CRC_INDATA_REVERSE_BYTE CRC_CR_REV_IN_0 |
#define | LL_CRC_INDATA_REVERSE_HALFWORD CRC_CR_REV_IN_1 |
#define | LL_CRC_INDATA_REVERSE_WORD (CRC_CR_REV_IN_1 | CRC_CR_REV_IN_0) |
#define LL_CRC_INDATA_REVERSE_BYTE CRC_CR_REV_IN_0 |
Input Data bit reversal done by byte
Definition at line 66 of file stm32l4xx_ll_crc.h.
#define LL_CRC_INDATA_REVERSE_HALFWORD CRC_CR_REV_IN_1 |
Input Data bit reversal done by half-word
Definition at line 67 of file stm32l4xx_ll_crc.h.
#define LL_CRC_INDATA_REVERSE_NONE 0x00000000U |
Input Data bit order not affected
Definition at line 65 of file stm32l4xx_ll_crc.h.
#define LL_CRC_INDATA_REVERSE_WORD (CRC_CR_REV_IN_1 | CRC_CR_REV_IN_0) |
Input Data bit reversal done by word
Definition at line 68 of file stm32l4xx_ll_crc.h.