Home
last modified time | relevance | path

Searched refs:CRC_HandleTypeDef (Results 1 – 8 of 8) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_crc.h137 }CRC_HandleTypeDef; typedef
278 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc);
279 HAL_StatusTypeDef HAL_CRC_DeInit (CRC_HandleTypeDef *hcrc);
280 void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc);
281 void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc);
292 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
293 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
303 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc);
A Dstm32f0xx_hal_crc_ex.h170 HAL_StatusTypeDef HAL_CRCEx_Init(CRC_HandleTypeDef *hcrc);
171 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode);
172 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode…
175 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_crc.h142 } CRC_HandleTypeDef; typedef
294 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc);
295 HAL_StatusTypeDef HAL_CRC_DeInit (CRC_HandleTypeDef *hcrc);
296 void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc);
297 void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc);
310 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
311 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
320 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc);
A Dstm32f7xx_hal_crc_ex.h138 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng…
139 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode);
140 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode…
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_crc.c83 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength);
84 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength);
119 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
188 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
232 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
247 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
296 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
356 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
429 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
455 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
[all …]
A Dstm32f0xx_hal_crc_ex.c100 HAL_StatusTypeDef HAL_CRCEx_Init(CRC_HandleTypeDef *hcrc) in HAL_CRCEx_Init()
136 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse()
162 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()
196 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_crc.c86 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength);
87 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength);
118 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
186 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
225 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
237 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
277 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
328 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
385 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
423 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
[all …]
A Dstm32f7xx_hal_crc_ex.c109 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set()
170 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse()
196 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()

Completed in 8 milliseconds