/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_lptim.c | 197 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()
|
D | stm32l4xx_hal_lptim.c | 2558 uint32_t tmpARR; in LPTIM_Disable() local 2589 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable() 2614 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable() 2616 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable() 2648 if (tmpARR != 0UL) in LPTIM_Disable() 2652 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_lptim.c | 190 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()
|
D | stm32l0xx_hal_lptim.c | 2342 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-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_lptim.c | 190 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()
|
D | stm32f7xx_hal_lptim.c | 2351 uint32_t tmpARR; in LPTIM_Disable() local 2373 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable() 2387 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable() 2413 if (tmpARR != 0UL) in LPTIM_Disable() 2417 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_lptim.c | 190 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()
|
D | stm32f4xx_hal_lptim.c | 2361 uint32_t tmpARR; in LPTIM_Disable() local 2384 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-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_lptim.c | 190 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()
|
D | stm32g4xx_hal_lptim.c | 2356 uint32_t tmpARR; in LPTIM_Disable() local 2379 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable() 2394 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable() 2420 if (tmpARR != 0UL) in LPTIM_Disable() 2424 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_lptim.c | 197 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()
|
D | stm32wbxx_hal_lptim.c | 2395 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-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_lptim.c | 197 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()
|
D | stm32g0xx_hal_lptim.c | 2382 uint32_t tmpARR; in LPTIM_Disable() local 2410 tmpARR = hlptim->Instance->ARR; in LPTIM_Disable() 2431 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable() 2462 if (tmpARR != 0UL) in LPTIM_Disable() 2466 hlptim->Instance->ARR = tmpARR; in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_lptim.c | 200 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()
|
D | stm32wlxx_hal_lptim.c | 2530 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-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_lptim.c | 200 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()
|
D | stm32l5xx_hal_lptim.c | 2530 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-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_lptim.c | 210 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()
|
D | stm32mp1xx_hal_lptim.c | 2364 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-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_lptim.c | 216 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()
|
D | stm32h7xx_hal_lptim.c | 2353 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()
|