Home
last modified time | relevance | path

Searched refs:tmpRCR (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c203 uint32_t tmpRCR; in LL_LPTIM_Disable() local
235 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()
Dstm32wlxx_hal_lptim.c2533 uint32_t tmpRCR; in LPTIM_Disable() local
2562 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()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c203 uint32_t tmpRCR; in LL_LPTIM_Disable() local
235 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()
Dstm32l5xx_hal_lptim.c2533 uint32_t tmpRCR; in LPTIM_Disable() local
2562 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()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c201 uint32_t tmpRCR; in LL_LPTIM_Disable() local
234 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()
Dstm32l4xx_hal_lptim.c2562 uint32_t tmpRCR; in LPTIM_Disable() local
2592 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()