Searched refs:tmpRCR (Results 1 – 6 of 6) sorted by relevance
203 uint32_t tmpRCR; in LL_LPTIM_Disable() local235 tmpRCR = LPTIMx->RCR; in LL_LPTIM_Disable()243 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()291 if (tmpRCR != 0UL) in LL_LPTIM_Disable()294 LPTIMx->RCR = tmpRCR; in LL_LPTIM_Disable()
2533 uint32_t tmpRCR; in LPTIM_Disable() local2562 tmpRCR = hlptim->Instance->RCR; in LPTIM_Disable()2584 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()2631 if (tmpRCR != 0UL) in LPTIM_Disable()2635 hlptim->Instance->RCR = tmpRCR; in LPTIM_Disable()
201 uint32_t tmpRCR; in LL_LPTIM_Disable() local234 tmpRCR = LPTIMx->RCR; in LL_LPTIM_Disable()244 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()295 if (tmpRCR != 0UL) in LL_LPTIM_Disable()298 LPTIMx->RCR = tmpRCR; in LL_LPTIM_Disable()
2562 uint32_t tmpRCR; in LPTIM_Disable() local2592 tmpRCR = hlptim->Instance->RCR; in LPTIM_Disable()2614 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()2664 if (tmpRCR != 0UL) in LPTIM_Disable()2668 hlptim->Instance->RCR = tmpRCR; in LPTIM_Disable()