/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 8798 uint32_t tdierits = READ_REG(hhrtim->Instance->sTimerxRegs[TimerIdx].TIMxDIER); in HRTIM_Timer_ISR() 9111 if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP1) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 9119 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9127 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP3) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9135 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP4) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9143 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_UPD) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 9151 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9159 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9167 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_SET1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9175 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_RST1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 8989 uint32_t tdierits = READ_REG(hhrtim->Instance->sTimerxRegs[TimerIdx].TIMxDIER); in HRTIM_Timer_ISR() 9302 if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP1) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 9310 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9318 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP3) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9326 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP4) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9334 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_UPD) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 9342 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9350 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9358 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_SET1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 9366 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_RST1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 10600 uint32_t tdierits = READ_REG(hhrtim->Instance->sTimerxRegs[TimerIdx].TIMxDIER); in HRTIM_Timer_ISR() 10913 if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP1) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 10921 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10929 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP3) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10937 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CMP4) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10945 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_UPD) != (uint32_t)RESET) in HRTIM_DMATimerxCplt() 10953 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10961 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_CPT2) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10969 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_SET1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() 10977 …else if ((hrtim->Instance->sTimerxRegs[timer_idx].TIMxDIER & HRTIM_TIM_DMA_RST1) != (uint32_t)RESE… in HRTIM_DMATimerxCplt() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hrtim.h | 2882 …R__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__INTERRUPT__… 2883 …MER__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__INTERRUPT_… 2945 …LE__, __TIMER__, __INTERRUPT__) ((((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &\ 3041 …E__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__DMA__)) 3042 …LE__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__DMA__))
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_hrtim.h | 2913 …R__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__INTERRUPT__… 2914 …MER__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__INTERRUPT_… 2975 … __INTERRUPT__) ((((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER & (__INTERRUPT__)… 3069 …E__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__DMA__)) 3070 …LE__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__DMA__))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_hrtim.h | 4223 …R__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__INTERRUPT__… 4224 …MER__, __INTERRUPT__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__INTERRUPT_… 4288 …LE__, __TIMER__, __INTERRUPT__) ((((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &\ 4386 …E__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER |= (__DMA__)) 4387 …LE__, __TIMER__, __DMA__) ((__HANDLE__)->Instance->sTimerxRegs[(__TIMER__)].TIMxDIER &= ~(__DMA__))
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f334x8.h | 445 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g414xx.h | 904 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32g474xx.h | 1047 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32g484xx.h | 1079 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h742xx.h | 1600 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h750xx.h | 1757 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h753xx.h | 1757 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h745xx.h | 1762 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h745xg.h | 1762 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h743xx.h | 1687 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h755xx.h | 1832 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h757xx.h | 1913 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h747xg.h | 1843 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|
D | stm32h747xx.h | 1843 …__IO uint32_t TIMxDIER; /*!< HRTIM Timerx DMA/interrupt enable register, Address… member
|