STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
CRC_ReverseInputData

Macros

#define CRC_ReverseInputData_No   ((uint32_t)0x00000000)
 
#define CRC_ReverseInputData_8bits   CRC_CR_REV_IN_0
 
#define CRC_ReverseInputData_16bits   CRC_CR_REV_IN_1
 
#define CRC_ReverseInputData_32bits   CRC_CR_REV_IN
 
#define IS_CRC_REVERSE_INPUT_DATA(DATA)
 

Detailed Description

Macro Definition Documentation

#define CRC_ReverseInputData_16bits   CRC_CR_REV_IN_1

Reverse operation of Input Data on 16 bits

#define CRC_ReverseInputData_32bits   CRC_CR_REV_IN

Reverse operation of Input Data on 32 bits

#define CRC_ReverseInputData_8bits   CRC_CR_REV_IN_0

Reverse operation of Input Data on 8 bits

#define CRC_ReverseInputData_No   ((uint32_t)0x00000000)

No reverse operation of Input Data

#define IS_CRC_REVERSE_INPUT_DATA (   DATA)
Value:
(((DATA) == CRC_ReverseInputData_No) || \
((DATA) == CRC_ReverseInputData_8bits) || \
((DATA) == CRC_ReverseInputData_16bits) || \