Searched defs:hcrc (Results 1 – 3 of 3) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_crc.c | 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() 483 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
|
H A D | stm32l4xx_hal_crc_ex.c | 89 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()
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_crc.c | 95 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()
|