Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h171 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2081 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2092 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2103 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32wbaxx_hal_lptim.h459 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h171 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2097 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2108 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2119 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32n6xx_hal_lptim.h457 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h181 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2180 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2191 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2202 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32h5xx_hal_lptim.h457 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h181 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2133 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2144 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2155 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32u5xx_hal_lptim.h457 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h171 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2108 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2119 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2130 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32h7rsxx_hal_lptim.h457 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h194 #define LL_LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE /*!< Compare register 1 update…
2610 SET_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_EnableIT_CMP1OK()
2621 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE); in LL_LPTIM_DisableIT_CMP1OK()
2632 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_CMP1OKIE) == LPTIM_DIER_CMP1OKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMP1OK()
Dstm32u0xx_hal_lptim.h477 #define LPTIM_IT_CMP1OK LPTIM_DIER_CMP1OKIE
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4746 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32wba52xx.h8347 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32wba54xx.h8581 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32wba5mxx.h8581 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32wba55xx.h8581 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8086 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare registe… macro
Dstm32u083xx.h9023 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare registe… macro
Dstm32u073xx.h8753 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare registe… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7658 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32h523xx.h10097 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
Dstm32h562xx.h10823 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h11190 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare re… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h12593 #define LPTIM_DIER_CMP1OKIE LPTIM_DIER_CMP1OKIE_Msk /*!< Compare registe… macro

12