Lines Matching refs:IER

1269   SET_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE);  in LL_LPTIM_EnableIT_CMPM()
1280 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE); in LL_LPTIM_DisableIT_CMPM()
1291 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE) == LPTIM_IER_CMPMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMPM()
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()
1335 SET_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG()
1346 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG()
1357 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE) == LPTIM_IER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
1368 SET_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE); in LL_LPTIM_EnableIT_CMPOK()
1379 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE); in LL_LPTIM_DisableIT_CMPOK()
1390 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE) == LPTIM_IER_CMPOKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMPOK()
1401 SET_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE); in LL_LPTIM_EnableIT_ARROK()
1412 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE); in LL_LPTIM_DisableIT_ARROK()
1423 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE) == LPTIM_IER_ARROKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARROK()
1434 SET_BIT(LPTIMx->IER, LPTIM_IER_UPIE); in LL_LPTIM_EnableIT_UP()
1445 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_UPIE); in LL_LPTIM_DisableIT_UP()
1456 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_UPIE) == LPTIM_IER_UPIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_UP()
1467 SET_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE); in LL_LPTIM_EnableIT_DOWN()
1478 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE); in LL_LPTIM_DisableIT_DOWN()
1489 return ((READ_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE) == LPTIM_IER_DOWNIE) ? 1UL : 0UL); in LL_LPTIM_IsEnabledIT_DOWN()