Macros | |
#define | CRC_ReverseInputData_16bits CRC_CR_REV_IN_1 |
#define | CRC_ReverseInputData_32bits CRC_CR_REV_IN |
#define | CRC_ReverseInputData_8bits CRC_CR_REV_IN_0 |
#define | CRC_ReverseInputData_No ((uint32_t)0x00000000) |
#define | IS_CRC_REVERSE_INPUT_DATA(DATA) |
#define CRC_ReverseInputData_16bits CRC_CR_REV_IN_1 |
Reverse operation of Input Data on 16 bits
Definition at line 56 of file stm32f30x_crc.h.
#define CRC_ReverseInputData_32bits CRC_CR_REV_IN |
Reverse operation of Input Data on 32 bits
Definition at line 57 of file stm32f30x_crc.h.
#define CRC_ReverseInputData_8bits CRC_CR_REV_IN_0 |
Reverse operation of Input Data on 8 bits
Definition at line 55 of file stm32f30x_crc.h.
#define CRC_ReverseInputData_No ((uint32_t)0x00000000) |
No reverse operation of Input Data
Definition at line 54 of file stm32f30x_crc.h.
#define IS_CRC_REVERSE_INPUT_DATA | ( | DATA | ) |
Definition at line 59 of file stm32f30x_crc.h.