Searched refs:hdmain (Results 1 – 8 of 8) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_hash.c | 1359 tmp_remaining_DMATransferSize_inWords = ((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CNDTR; in HAL_HASH_DMAFeed_ProcessSuspend() 1391 if (HAL_DMA_Abort(hhash->hdmain) != HAL_OK) in HAL_HASH_DMAFeed_ProcessSuspend() 1411 tmp_remaining_DMATransferSize_inWords = ((DMA_Channel_TypeDef *)hhash->hdmain->Instance)->CNDTR; in HAL_HASH_DMAFeed_ProcessSuspend() 1596 hhash->hdmain->XferCpltCallback = HASH_DMAXferCplt; in HASH_DMAXferCplt() 1599 …status = HAL_DMA_Start_IT(hhash->hdmain, inputaddr, (uint32_t)&HASH->DIN, (((buffersize%4U)!=0U) ?… in HASH_DMAXferCplt() 2634 hhash->hdmain->XferCpltCallback = HASH_DMAXferCplt; in HASH_Start_DMA() 2636 hhash->hdmain->XferErrorCallback = HASH_DMAError; in HASH_Start_DMA() 2642 …status = HAL_DMA_Start_IT(hhash->hdmain, inputaddr, (uint32_t)&HASH->DIN, (((inputSize%4U)!=0U) ? … in HASH_Start_DMA() 3025 hhash->hdmain->XferCpltCallback = HASH_DMAXferCplt; in HMAC_Start_DMA() 3027 hhash->hdmain->XferErrorCallback = HASH_DMAError; in HMAC_Start_DMA() [all …]
|
D | stm32l4xx_hal_cryp_ex.c | 2738 hcryp->hdmain->XferCpltCallback = CRYP_Authentication_DMAInCplt; in CRYP_Authentication_SetDMAConfig() 2740 hcryp->hdmain->XferErrorCallback = CRYP_Authentication_DMAError; in CRYP_Authentication_SetDMAConfig() 2754 …if (HAL_DMA_Start_IT(hcryp->hdmain, inputaddr, (uint32_t)&hcryp->Instance->DINR, ((uint32_t)Size)/… in CRYP_Authentication_SetDMAConfig() 2927 hcryp->hdmain->XferCpltCallback = CRYP_DMAInCplt; in CRYP_SetDMAConfig() 2929 hcryp->hdmain->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig() 2937 …if (HAL_DMA_Start_IT(hcryp->hdmain, inputaddr, (uint32_t)&hcryp->Instance->DINR, ((uint32_t)Size)/… in CRYP_SetDMAConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_cryp.h | 121 DMA_HandleTypeDef *hdmain; /*!< CRYP In DMA handle parameters */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_cryp.h | 121 DMA_HandleTypeDef *hdmain; /*!< CRYP In DMA handle parameters */ member
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_cryp.c | 2141 hcryp->hdmain->XferCpltCallback = CRYP_DMAInCplt; in CRYP_SetDMAConfig() 2143 hcryp->hdmain->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig() 2151 HAL_DMA_Start_IT(hcryp->hdmain, inputaddr, (uint32_t)&hcryp->Instance->DINR, Size/4); in CRYP_SetDMAConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_cryp.c | 2140 hcryp->hdmain->XferCpltCallback = CRYP_DMAInCplt; in CRYP_SetDMAConfig() 2142 hcryp->hdmain->XferErrorCallback = CRYP_DMAError; in CRYP_SetDMAConfig() 2150 HAL_DMA_Start_IT(hcryp->hdmain, inputaddr, (uint32_t)&hcryp->Instance->DINR, Size/4); in CRYP_SetDMAConfig()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_hash.h | 153 DMA_HandleTypeDef *hdmain; /*!< HASH In DMA Handle parameters */ member
|
D | stm32l4xx_hal_cryp.h | 190 DMA_HandleTypeDef *hdmain; /*!< CRYP peripheral Input DMA handle parameters */ member
|