Home
last modified time | relevance | path

Searched refs:LPTIM_DIER_CC2DE (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h2385 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2396 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
2407 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32wbaxx_hal_lptim.h436 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h2401 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2412 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
2423 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32n6xx_hal_lptim.h434 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h2484 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2495 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
2506 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32h5xx_hal_lptim.h434 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h2437 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2448 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
2459 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32u5xx_hal_lptim.h434 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h2412 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2423 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
2434 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32h7rsxx_hal_lptim.h434 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h2980 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_EnableDMAReq_CC2()
2991 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE); in LL_LPTIM_DisableDMAReq_CC2()
3002 return ((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CC2DE) == (LPTIM_DIER_CC2DE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledDMAReq_CC2()
Dstm32u0xx_hal_lptim.h446 #define LPTIM_DMA_CC2 LPTIM_DIER_CC2DE /*!< DMA request is triggered …
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4782 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32wba52xx.h8383 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32wba54xx.h8617 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32wba5mxx.h8617 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32wba55xx.h8617 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8140 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Compare… macro
Dstm32u083xx.h9077 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Compare… macro
Dstm32u073xx.h8807 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Compare… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7694 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32h523xx.h10133 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
Dstm32h562xx.h10859 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h11226 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Co… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h12629 #define LPTIM_DIER_CC2DE LPTIM_DIER_CC2DE_Msk /*!< Capture/Compare… macro

12