Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c577 hhrtim->hdmaTimerB = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
8415 hdma = hhrtim->hdmaTimerB; in HRTIM_GetDMAHandleFromTimerIdx()
8457 else if (hdma == hhrtim->hdmaTimerB) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c597 hhrtim->hdmaTimerB = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
8584 hdma = hhrtim->hdmaTimerB; in HRTIM_GetDMAHandleFromTimerIdx()
8626 else if (hdma == hhrtim->hdmaTimerB) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c610 hhrtim->hdmaTimerB = (DMA_HandleTypeDef *)NULL; in HAL_HRTIM_Init()
10162 hdma = hhrtim->hdmaTimerB; in HRTIM_GetDMAHandleFromTimerIdx()
10210 else if (hdma == hhrtim->hdmaTimerB) in GetTimerIdxFromDMAHandle()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hrtim.h134 DMA_HandleTypeDef *hdmaTimerB; /*!< Timer B DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_hrtim.h134 DMA_HandleTypeDef * hdmaTimerB; /*!< Timer B DMA handle parameters */ member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h134 DMA_HandleTypeDef *hdmaTimerB; /*!< Timer B DMA handle parameters */ member