Searched refs:__HAL_LPTIM_DISABLE_DMA (Results 1 – 12 of 12) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_lptim.c | 1020 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2478 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2484 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA() 2490 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC3); in HAL_LPTIM_IC_Stop_DMA() 2496 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC4); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_lptim.c | 917 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2240 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2246 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_lptim.c | 920 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2243 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2249 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_lptim.c | 905 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2228 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2234 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_lptim.c | 938 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2275 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2281 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_lptim.c | 938 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Stop_DMA() 2275 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Stop_DMA() 2281 __HAL_LPTIM_DISABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Stop_DMA()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_lptim.h | 810 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_lptim.h | 816 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_lptim.h | 812 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_lptim.h | 818 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_lptim.h | 823 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_lptim.h | 919 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
|