Searched refs:CRC_HandleTypeDef (Results 1 – 12 of 12) sorted by relevance
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_crc.h | 68 } 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);
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_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()
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_CRC.h | 137 }CRC_HandleTypeDef; typedef 147 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc);
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_CRC.c | 24 void HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() 42 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc) in HAL_CRC_Calculate()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_CRC.h | 137 }CRC_HandleTypeDef; typedef 147 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc);
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_CRC.c | 24 void HAL_CRC_Init(CRC_HandleTypeDef *hcrc) in HAL_CRC_Init() 42 uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc) in HAL_CRC_Calculate()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_crypto.c | 51 CRC_HandleTypeDef *HW_TypeDef = (CRC_HandleTypeDef *)(ctx->parent.contex); in _crc_update() 420 CRC_HandleTypeDef *hcrc = rt_calloc(1, sizeof(CRC_HandleTypeDef)); in _crypto_create() 534 __HAL_CRC_DR_RESET((CRC_HandleTypeDef *)ctx-> contex); in _crypto_destroy() 535 HAL_CRC_DeInit((CRC_HandleTypeDef *)(ctx->contex)); in _crypto_destroy() 584 rt_memcpy(des->contex, src->contex, sizeof(CRC_HandleTypeDef)); in _crypto_clone() 631 __HAL_CRC_DR_RESET((CRC_HandleTypeDef *)ctx-> contex); in _crypto_reset()
|
| /bsp/stm32/stm32f429-st-disco/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 88 void HAL_CRC_MspInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspInit() 110 void HAL_CRC_MspDeInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspDeInit()
|
| /bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Src/ |
| A D | stm32h7xx_hal_msp.c | 150 void HAL_CRC_MspInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspInit() 172 void HAL_CRC_MspDeInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspDeInit()
|
| /bsp/stm32/stm32f469-st-disco/board/CubeMX_Config/Src/ |
| A D | stm32f4xx_hal_msp.c | 175 void HAL_CRC_MspInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspInit() 197 void HAL_CRC_MspDeInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspDeInit()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 1136 void HAL_CRC_MspInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspInit() 1158 void HAL_CRC_MspDeInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspDeInit()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Src/ |
| A D | stm32mp1xx_hal_msp.c | 1895 void HAL_CRC_MspInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspInit() 1917 void HAL_CRC_MspDeInit(CRC_HandleTypeDef* hcrc) in HAL_CRC_MspDeInit()
|
Completed in 621 milliseconds