Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_crc.h68 } CRC_HandleTypeDef; typedef
139 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc);
140 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc);
141 void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc);
142 void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc);
151 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
152 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
161 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_crc.h121 } CRC_HandleTypeDef; typedef
299 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc);
300 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc);
301 void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc);
302 void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc);
311 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
312 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength);
321 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc);
H A Dstm32l4xx_hal_crc_ex.h127 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng…
128 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode);
129 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode…
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A 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(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_crc.c67 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength);
68 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength);
103 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()
[all …]
H A Dstm32l4xx_hal_crc_ex.c89 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set()
159 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse()
185 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()