Home
last modified time | relevance | path

Searched refs:tmpARR (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c197 uint32_t tmpARR; in LL_LPTIM_Disable() local
231 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
244 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()
246 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
279 if (tmpARR != 0UL) in LL_LPTIM_Disable()
282 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32l4xx_hal_lptim.c2570 uint32_t tmpARR; in LPTIM_Disable() local
2601 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2626 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2628 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2660 if (tmpARR != 0UL) in LPTIM_Disable()
2664 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lptim.c190 uint32_t tmpARR; in LL_LPTIM_Disable() local
215 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
223 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
250 if (tmpARR != 0UL) in LL_LPTIM_Disable()
253 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32l0xx_hal_lptim.c2342 uint32_t tmpARR; in LPTIM_Disable() local
2364 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2378 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2404 if (tmpARR != 0UL) in LPTIM_Disable()
2408 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_lptim.c190 uint32_t tmpARR; in LL_LPTIM_Disable() local
215 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
223 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
250 if (tmpARR != 0UL) in LL_LPTIM_Disable()
253 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32f7xx_hal_lptim.c2363 uint32_t tmpARR; in LPTIM_Disable() local
2385 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2399 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2425 if (tmpARR != 0UL) in LPTIM_Disable()
2429 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_lptim.c190 uint32_t tmpARR; in LL_LPTIM_Disable() local
216 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
225 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
252 if (tmpARR != 0UL) in LL_LPTIM_Disable()
255 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32f4xx_hal_lptim.c2373 uint32_t tmpARR; in LPTIM_Disable() local
2396 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2411 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2437 if (tmpARR != 0UL) in LPTIM_Disable()
2441 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lptim.c190 uint32_t tmpARR; in LL_LPTIM_Disable() local
216 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
225 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
252 if (tmpARR != 0UL) in LL_LPTIM_Disable()
255 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32g4xx_hal_lptim.c2365 uint32_t tmpARR; in LPTIM_Disable() local
2388 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2403 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2429 if (tmpARR != 0UL) in LPTIM_Disable()
2433 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c197 uint32_t tmpARR; in LL_LPTIM_Disable() local
228 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
237 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
269 if (tmpARR != 0UL) in LL_LPTIM_Disable()
272 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32g0xx_hal_lptim.c2394 uint32_t tmpARR; in LPTIM_Disable() local
2422 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2443 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2474 if (tmpARR != 0UL) in LPTIM_Disable()
2478 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lptim.c197 uint32_t tmpARR; in LL_LPTIM_Disable() local
230 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
241 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
273 if (tmpARR != 0UL) in LL_LPTIM_Disable()
276 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32wbxx_hal_lptim.c2395 uint32_t tmpARR; in LPTIM_Disable() local
2425 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2448 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2479 if (tmpARR != 0UL) in LPTIM_Disable()
2483 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c200 uint32_t tmpARR; in LL_LPTIM_Disable() local
233 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
243 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()
276 if (tmpARR != 0UL) in LL_LPTIM_Disable()
279 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32wlxx_hal_lptim.c2530 uint32_t tmpARR; in LPTIM_Disable() local
2560 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2584 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2616 if (tmpARR != 0UL) in LPTIM_Disable()
2620 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c210 uint32_t tmpARR; in LL_LPTIM_Disable() local
246 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
255 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
292 if (tmpARR != 0UL) in LL_LPTIM_Disable()
295 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32mp1xx_hal_lptim.c2364 uint32_t tmpARR; in LPTIM_Disable() local
2399 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2430 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2468 if (tmpARR != 0UL) in LPTIM_Disable()
2472 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c216 uint32_t tmpARR; in LL_LPTIM_Disable() local
256 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
265 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
306 if (tmpARR != 0UL) in LL_LPTIM_Disable()
309 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32h7xx_hal_lptim.c2353 uint32_t tmpARR; in LPTIM_Disable() local
2394 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2431 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2475 if (tmpARR != 0UL) in LPTIM_Disable()
2479 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c200 uint32_t tmpARR; in LL_LPTIM_Disable() local
233 tmpARR = LPTIMx->ARR; in LL_LPTIM_Disable()
243 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()
276 if (tmpARR != 0UL) in LL_LPTIM_Disable()
279 LPTIMx->ARR = tmpARR; in LL_LPTIM_Disable()
Dstm32l5xx_hal_lptim.c2530 uint32_t tmpARR; in LPTIM_Disable() local
2560 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable()
2584 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2616 if (tmpARR != 0UL) in LPTIM_Disable()
2620 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()