Home
last modified time | relevance | path

Searched refs:tmpCMP (Results 1 – 2 of 2) sorted by relevance

/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_ll_lptim.c190 uint32_t tmpCMP; in LL_LPTIM_Disable() local
213 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()
Dstm32f4xx_hal_lptim.c2369 uint32_t tmpCMP; in LPTIM_Disable() local
2389 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()