Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h177 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2015 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2026 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2037 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32wbaxx_hal_lptim.h467 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h177 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2031 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2042 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2053 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32n6xx_hal_lptim.h465 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h187 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2114 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2125 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2136 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32h5xx_hal_lptim.h465 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h187 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2067 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2078 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2089 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32u5xx_hal_lptim.h465 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h177 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2042 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2053 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2064 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32h7rsxx_hal_lptim.h465 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h206 #define LL_LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE /*!< Autoreload match */
2544 SET_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
2555 CLEAR_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
2566 return (((READ_BIT(LPTIMx->DIER, LPTIM_DIER_ARRMIE) == LPTIM_DIER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32u0xx_hal_lptim.h487 #define LPTIM_IT_ARRM LPTIM_DIER_ARRMIE
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4740 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32wba52xx.h8341 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32wba54xx.h8575 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32wba5mxx.h8575 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32wba55xx.h8575 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8080 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload matc… macro
Dstm32u083xx.h9017 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload matc… macro
Dstm32u073xx.h8747 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload matc… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h7652 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32h523xx.h10091 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
Dstm32h562xx.h10817 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h11184 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h12587 #define LPTIM_DIER_ARRMIE LPTIM_DIER_ARRMIE_Msk /*!< Autoreload matc… macro

12