Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h172 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2114 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2125 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2136 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32wbaxx_hal_lptim.h460 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h172 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2130 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2141 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2152 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32n6xx_hal_lptim.h458 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h182 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2213 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2224 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2235 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32h5xx_hal_lptim.h458 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h182 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2166 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2177 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2188 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32u5xx_hal_lptim.h458 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h172 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2141 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2152 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2163 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32h7rsxx_hal_lptim.h458 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h195 #define LL_LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE /*!< Compare register 2 update…
2643 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_EnableIT_CMP2OK()
2654 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE); in LL_LPTIM_DisableIT_CMP2OK()
2665 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP2OKIE) == LPTIM_DIER_CMP2OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP2OK()
Dstm32u0xx_hal_lptim.h478 #define LPTIM_IT_CMP2OK LPTIM_DIER_CMP2OKIE
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4776 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32wba52xx.h8377 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32wba54xx.h8611 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32wba5mxx.h8611 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32wba55xx.h8611 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8128 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare registe… macro
Dstm32u083xx.h9065 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare registe… macro
Dstm32u073xx.h8795 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare registe… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7688 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32h523xx.h10127 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
Dstm32h562xx.h10853 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h11220 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h12623 #define LPTIM_DIER_CMP2OKIE LPTIM_DIER_CMP2OKIE_Msk /*!< Compare registe… macro

12