Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c908 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2367 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2387 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
2406 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC3); in HAL_LPTIM_IC_Start_DMA()
2426 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC4); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_lptim.c839 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2172 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2192 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_lptim.c842 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2175 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2195 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_lptim.c827 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2160 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2180 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_lptim.c860 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2207 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2227 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_lptim.c860 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_UPDATE); in HAL_LPTIM_PWM_Start_DMA()
2207 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC1); in HAL_LPTIM_IC_Start_DMA()
2227 __HAL_LPTIM_ENABLE_DMA(hlptim, LPTIM_DMA_CC2); in HAL_LPTIM_IC_Start_DMA()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_lptim.h799 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_lptim.h805 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_lptim.h801 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_lptim.h807 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_lptim.h812 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lptim.h906 #define __HAL_LPTIM_ENABLE_DMA(__HANDLE__, __DMA__) ((__HANDLE__)->Instance->DIER |= (__DMA… macro