You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint32_tOutputDataInversionMode; /*!< This parameter is a value of @ref CRCEx_Output_Data_Inversion and specifies output data (i.e. CRC) inversion mode.
95
100
Can be either
96
101
@arg @ref CRC_OUTPUTDATA_INVERSION_DISABLE no CRC inversion,
97
-
@arg @ref CRC_OUTPUTDATA_INVERSION_ENABLE CRC 0x11223344 is converted into 0x22CC4488 */
102
+
@arg @ref CRC_OUTPUTDATA_INVERSION_ENABLE CRC 0x11223344 is converted
103
+
into 0x22CC4488 */
98
104
} CRC_InitTypeDef;
99
105
100
106
/**
@@ -112,12 +118,16 @@ typedef struct
112
118
113
119
uint32_tInputDataFormat; /*!< This parameter is a value of @ref CRC_Input_Buffer_Format and specifies input data format.
114
120
Can be either
115
-
@arg @ref CRC_INPUTDATA_FORMAT_BYTES input data is a stream of bytes (8-bit data)
116
-
@arg @ref CRC_INPUTDATA_FORMAT_HALFWORDS input data is a stream of half-words (16-bit data)
117
-
@arg @ref CRC_INPUTDATA_FORMAT_WORDS input data is a stream of words (32-bit data)
118
-
119
-
Note that constant CRC_INPUT_FORMAT_UNDEFINED is defined but an initialization error
120
-
must occur if InputBufferFormat is not one of the three values listed above */
121
+
@arg @ref CRC_INPUTDATA_FORMAT_BYTES input data is a stream of bytes
122
+
(8-bit data)
123
+
@arg @ref CRC_INPUTDATA_FORMAT_HALFWORDS input data is a stream of
124
+
half-words (16-bit data)
125
+
@arg @ref CRC_INPUTDATA_FORMAT_WORDS input data is a stream of words
126
+
(32-bit data)
127
+
128
+
Note that constant CRC_INPUT_FORMAT_UNDEFINED is defined but an initialization
129
+
error must occur if InputBufferFormat is not one of the three values listed
130
+
above */
121
131
} CRC_HandleTypeDef;
122
132
/**
123
133
* @}
@@ -199,15 +209,6 @@ typedef struct
199
209
* @}
200
210
*/
201
211
202
-
/** @defgroup CRC_Aliases CRC API aliases
203
-
* @{
204
-
*/
205
-
#defineHAL_CRC_Input_Data_Reverse HAL_CRCEx_Input_Data_Reverse /*!< Aliased to HAL_CRCEx_Input_Data_Reverse for inter STM32 series compatibility */
206
-
#defineHAL_CRC_Output_Data_Reverse HAL_CRCEx_Output_Data_Reverse /*!< Aliased to HAL_CRCEx_Output_Data_Reverse for inter STM32 series compatibility */
0 commit comments