Searched refs:tmpCMP (Results 1 – 2 of 2) sorted by relevance
190 uint32_t tmpCMP; in LL_LPTIM_Disable() local213 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()223 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()235 if (tmpCMP != 0UL) in LL_LPTIM_Disable()239 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
2369 uint32_t tmpCMP; in LPTIM_Disable() local2389 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()2405 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()2417 if (tmpCMP != 0UL) in LPTIM_Disable()2421 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()