Home
last modified time | relevance | path

Searched defs:hcrc (Results 1 – 25 of 44) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
181 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()
240 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
289 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
341 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
408 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
434 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
485 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
Dstm32n6xx_hal_crc_ex.c89 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set()
168 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse()
194 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
229 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
244 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
293 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
345 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
412 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
438 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
489 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_crc.c103 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
179 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
223 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
238 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
287 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
339 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
406 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
432 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8()
483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_crc.c95 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
126 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
170 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
185 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
227 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
257 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
306 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_crc.c95 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
126 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
170 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
185 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
227 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
257 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
306 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_crc.c95 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
126 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
170 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
185 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
227 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
257 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
306 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_crc.c95 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init()
126 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit()
170 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit()
185 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit()
227 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate()
257 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate()
306 HAL_CRC_StateTypeDef HAL_CRC_GetState(const CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()

12