Lines Matching refs:IER

1299   SET_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE);  in LL_LPTIM_EnableIT_CMPM()
1310 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE); in LL_LPTIM_DisableIT_CMPM()
1321 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_CMPMIE) == LPTIM_IER_CMPMIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMPM()
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()
1365 SET_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE); in LL_LPTIM_EnableIT_EXTTRIG()
1376 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE); in LL_LPTIM_DisableIT_EXTTRIG()
1387 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_EXTTRIGIE) == LPTIM_IER_EXTTRIGIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_EXTTRIG()
1398 SET_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE); in LL_LPTIM_EnableIT_CMPOK()
1409 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE); in LL_LPTIM_DisableIT_CMPOK()
1420 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_CMPOKIE) == LPTIM_IER_CMPOKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_CMPOK()
1431 SET_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE); in LL_LPTIM_EnableIT_ARROK()
1442 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE); in LL_LPTIM_DisableIT_ARROK()
1453 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_ARROKIE) == LPTIM_IER_ARROKIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_ARROK()
1464 SET_BIT(LPTIMx->IER, LPTIM_IER_UPIE); in LL_LPTIM_EnableIT_UP()
1475 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_UPIE); in LL_LPTIM_DisableIT_UP()
1486 return (((READ_BIT(LPTIMx->IER, LPTIM_IER_UPIE) == LPTIM_IER_UPIE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledIT_UP()
1497 SET_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE); in LL_LPTIM_EnableIT_DOWN()
1508 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE); in LL_LPTIM_DisableIT_DOWN()
1519 return ((READ_BIT(LPTIMx->IER, LPTIM_IER_DOWNIE) == LPTIM_IER_DOWNIE) ? 1UL : 0UL); in LL_LPTIM_IsEnabledIT_DOWN()
1530 SET_BIT(LPTIMx->IER, LPTIM_IER_REPOKIE); in LL_LPTIM_EnableIT_REPOK()
1541 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_REPOKIE); in LL_LPTIM_DisableIT_REPOK()
1552 return ((READ_BIT(LPTIMx->IER, LPTIM_IER_REPOKIE) == (LPTIM_IER_REPOKIE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledIT_REPOK()
1563 SET_BIT(LPTIMx->IER, LPTIM_IER_UEIE); in LL_LPTIM_EnableIT_UE()
1574 CLEAR_BIT(LPTIMx->IER, LPTIM_IER_UEIE); in LL_LPTIM_DisableIT_UE()
1585 return ((READ_BIT(LPTIMx->IER, LPTIM_IER_UEIE) == (LPTIM_IER_UEIE)) ? 1UL : 0UL); in LL_LPTIM_IsEnabledIT_UE()