Home
last modified time | relevance | path

Searched refs:__HAL_LPTIM_DISABLE_DMA (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c1020 __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/
Dstm32h5xx_hal_lptim.c917 __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/
Dstm32u5xx_hal_lptim.c920 __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/
Dstm32wbaxx_hal_lptim.c905 __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/
Dstm32h7rsxx_hal_lptim.c938 __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/
Dstm32n6xx_hal_lptim.c938 __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/
Dstm32h7rsxx_hal_lptim.h810 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_lptim.h816 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_lptim.h812 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_lptim.h818 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_lptim.h823 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lptim.h919 #define __HAL_LPTIM_DISABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER &= ~(__DM… macro