Home
last modified time | relevance | path

Searched refs:TIMEx_DMACommutationCplt (Results 1 – 21 of 21) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_tim_ex.h374 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim_ex.h419 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim_ex.h418 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim_ex.h329 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim_ex.h334 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma);
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim_ex.c1602 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIMEx_ConfigCommutEvent_DMA()
1898 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma) in TIMEx_DMACommutationCplt() function
H A Dstm32f4xx_hal_tim.c3912 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_WriteStart()
4171 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_ReadStart()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim_ex.c1605 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIMEx_ConfigCommutEvent_DMA()
1907 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma) in TIMEx_DMACommutationCplt() function
H A Dstm32f4xx_hal_tim.c3930 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_WriteStart()
4191 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_ReadStart()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim_ex.c1608 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIMEx_ConfigCommutEvent_DMA()
2316 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma) in TIMEx_DMACommutationCplt() function
H A Dstm32l4xx_hal_tim.c4018 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_WriteStart()
4285 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_ReadStart()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_tim_ex.c1619 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIMEx_ConfigCommutEvent_DMA()
2142 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma) in TIMEx_DMACommutationCplt() function
H A Dstm32wbxx_hal_tim.c4026 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_WriteStart()
4293 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_ReadStart()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim_ex.c1852 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIMEx_ConfigCommutEvent_DMA()
2581 void TIMEx_DMACommutationCplt(DMA_HandleTypeDef *hdma) in TIMEx_DMACommutationCplt() function
H A Dstm32l4xx_hal_tim.c4603 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_MultiWriteStart()
4930 htim->hdma[TIM_DMA_ID_COMMUTATION]->XferCpltCallback = TIMEx_DMACommutationCplt; in HAL_TIM_DMABurst_MultiReadStart()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1340 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1352 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1547 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1642 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1642 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/Legacy/
H A Dstm32_hal_legacy.h1651 #define HAL_TIMEx_DMACommutationCplt TIMEx_DMACommutationCplt