Searched defs:hcrc (Results 1 – 5 of 5) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_crc.c | 128 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() 207 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit() 251 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit() 266 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit() 317 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate() 376 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate() 450 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState() 474 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8() 515 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
|
| D | stm32l0xx_hal_crc_ex.c | 107 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set() 171 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse() 197 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_crc.c | 119 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() 195 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit() 239 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit() 254 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit() 303 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate() 355 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate() 422 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState() 448 static uint32_t CRC_Handle_8(CRC_HandleTypeDef *hcrc, uint8_t pBuffer[], uint32_t BufferLength) in CRC_Handle_8() 499 static uint32_t CRC_Handle_16(CRC_HandleTypeDef *hcrc, uint16_t pBuffer[], uint32_t BufferLength) in CRC_Handle_16()
|
| D | stm32l4xx_hal_crc_ex.c | 105 HAL_StatusTypeDef HAL_CRCEx_Polynomial_Set(CRC_HandleTypeDef *hcrc, uint32_t Pol, uint32_t PolyLeng… in HAL_CRCEx_Polynomial_Set() 175 HAL_StatusTypeDef HAL_CRCEx_Input_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t InputReverseMode) in HAL_CRCEx_Input_Data_Reverse() 201 HAL_StatusTypeDef HAL_CRCEx_Output_Data_Reverse(CRC_HandleTypeDef *hcrc, uint32_t OutputReverseMode) in HAL_CRCEx_Output_Data_Reverse()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_crc.c | 110 HAL_StatusTypeDef HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() 146 HAL_StatusTypeDef HAL_CRC_DeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_DeInit() 182 __weak void HAL_CRC_MspInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspInit() 198 __weak void HAL_CRC_MspDeInit(CRC_HandleTypeDef *hcrc) in HAL_CRC_MspDeInit() 238 uint32_t HAL_CRC_Accumulate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Accumulate() 273 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength) in HAL_CRC_Calculate() 327 HAL_CRC_StateTypeDef HAL_CRC_GetState(CRC_HandleTypeDef *hcrc) in HAL_CRC_GetState()
|