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.
99
105
Can be either
100
106
@arg @ref CRC_OUTPUTDATA_INVERSION_DISABLE no CRC inversion,
101
-
@arg @ref CRC_OUTPUTDATA_INVERSION_ENABLE CRC 0x11223344 is converted into 0x22CC4488 */
107
+
@arg @ref CRC_OUTPUTDATA_INVERSION_ENABLE CRC 0x11223344 is converted
108
+
into 0x22CC4488 */
102
109
} CRC_InitTypeDef;
103
110
104
111
/**
@@ -116,12 +123,16 @@ typedef struct
116
123
117
124
uint32_tInputDataFormat; /*!< This parameter is a value of @ref CRC_Input_Buffer_Format and specifies input data format.
118
125
Can be either
119
-
@arg @ref CRC_INPUTDATA_FORMAT_BYTES input data is a stream of bytes (8-bit data)
120
-
@arg @ref CRC_INPUTDATA_FORMAT_HALFWORDS input data is a stream of half-words (16-bit data)
121
-
@arg @ref CRC_INPUTDATA_FORMAT_WORDS input data is a stream of words (32-bit data)
122
-
123
-
Note that constant CRC_INPUT_FORMAT_UNDEFINED is defined but an initialization error
124
-
must occur if InputBufferFormat is not one of the three values listed above */
126
+
@arg @ref CRC_INPUTDATA_FORMAT_BYTES input data is a stream of bytes
127
+
(8-bit data)
128
+
@arg @ref CRC_INPUTDATA_FORMAT_HALFWORDS input data is a stream of
129
+
half-words (16-bit data)
130
+
@arg @ref CRC_INPUTDATA_FORMAT_WORDS input data is a stream of words
131
+
(32-bit data)
132
+
133
+
Note that constant CRC_INPUT_FORMAT_UNDEFINED is defined but an initialization
134
+
error must occur if InputBufferFormat is not one of the three values listed
135
+
above */
125
136
} CRC_HandleTypeDef;
126
137
/**
127
138
* @}
@@ -209,15 +220,6 @@ typedef struct
209
220
* @}
210
221
*/
211
222
212
-
/** @defgroup CRC_Aliases CRC API aliases
213
-
* @{
214
-
*/
215
-
#defineHAL_CRC_Input_Data_Reverse HAL_CRCEx_Input_Data_Reverse /*!< Aliased to HAL_CRCEx_Input_Data_Reverse for inter STM32 series compatibility */
216
-
#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