Home
last modified time | relevance | path

Searched refs:LPTIM_IER_ARRMIE (Results 1 – 25 of 167) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1169 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1180 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1191 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32l0xx_hal_lptim.h328 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1159 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1170 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1181 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32f7xx_hal_lptim.h326 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1180 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1191 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1202 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32f4xx_hal_lptim.h326 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1288 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1299 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1310 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32wbxx_hal_lptim.h365 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1269 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1280 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1291 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32mp1xx_hal_lptim.h355 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1272 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1283 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1294 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32g0xx_hal_lptim.h359 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1302 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1313 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1324 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32h7xx_hal_lptim.h360 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h122 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1299 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1310 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1321 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32g4xx_hal_lptim.h372 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h126 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1344 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1355 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1366 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32l4xx_hal_lptim.h386 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lptim.h124 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1344 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1355 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1366 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32wlxx_hal_lptim.h377 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lptim.h124 #define LL_LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE /*!< Autoreload match */
1332 SET_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_EnableIT_ARRM()
1343 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE); in LL_LPTIM_DisableIT_ARRM()
1354 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARRMIE) == LPTIM_IER_ARRMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARRM()
Dstm32l5xx_hal_lptim.h377 #define LPTIM_IT_ARRM LPTIM_IER_ARRMIE
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h3082 #define LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE_Msk /*!< Autoreload matc… macro
Dstm32l010x8.h2815 #define LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE_Msk /*!< Autoreload matc… macro
Dstm32l010xb.h2823 #define LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE_Msk /*!< Autoreload matc… macro

1234567