Home
last modified time | relevance | path

Searched refs:hdmaTimerD (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c579 hhrtim->hdmaTimerD = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
8427 hdma = hhrtim->hdmaTimerD; in HRTIM_GetDMAHandleFromTimerIdx()
8465 else if (hdma == hhrtim->hdmaTimerD) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c599 hhrtim->hdmaTimerD = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
8596 hdma = hhrtim->hdmaTimerD; in HRTIM_GetDMAHandleFromTimerIdx()
8634 else if (hdma == hhrtim->hdmaTimerD) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c612 hhrtim->hdmaTimerD = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
10174 hdma = hhrtim->hdmaTimerD; in HRTIM_GetDMAHandleFromTimerIdx()
10218 else if (hdma == hhrtim->hdmaTimerD) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h136 DMA_HandleTypeDef *hdmaTimerD; /*!< Timer D DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h136 DMA_HandleTypeDef * hdmaTimerD; /*!< Timer D DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h136 DMA_HandleTypeDef *hdmaTimerD; /*!< Timer D DMA handle parameters */ member