Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c196 uint32_t tmpCMP; in LL_LPTIM_Disable() local
230 tmpCMP = LPTIMx->CMP; 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()
264 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
268 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32l4xx_hal_lptim.c2569 uint32_t tmpCMP; in LPTIM_Disable() local
2600 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2626 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2628 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2646 if (tmpCMP != 0UL) in LPTIM_Disable()
2650 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lptim.c189 uint32_t tmpCMP; in LL_LPTIM_Disable() local
214 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()
Dstm32l0xx_hal_lptim.c2341 uint32_t tmpCMP; in LPTIM_Disable() local
2363 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2378 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2390 if (tmpCMP != 0UL) in LPTIM_Disable()
2394 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_lptim.c189 uint32_t tmpCMP; in LL_LPTIM_Disable() local
214 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()
Dstm32f7xx_hal_lptim.c2362 uint32_t tmpCMP; in LPTIM_Disable() local
2384 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2399 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2411 if (tmpCMP != 0UL) in LPTIM_Disable()
2415 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_lptim.c189 uint32_t tmpCMP; in LL_LPTIM_Disable() local
215 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
225 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
237 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
241 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32f4xx_hal_lptim.c2372 uint32_t tmpCMP; in LPTIM_Disable() local
2395 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2411 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2423 if (tmpCMP != 0UL) in LPTIM_Disable()
2427 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lptim.c189 uint32_t tmpCMP; in LL_LPTIM_Disable() local
215 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
225 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
237 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
241 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32g4xx_hal_lptim.c2364 uint32_t tmpCMP; in LPTIM_Disable() local
2387 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2403 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2415 if (tmpCMP != 0UL) in LPTIM_Disable()
2419 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c196 uint32_t tmpCMP; in LL_LPTIM_Disable() local
227 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
237 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
254 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
258 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32g0xx_hal_lptim.c2393 uint32_t tmpCMP; in LPTIM_Disable() local
2421 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2443 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2460 if (tmpCMP != 0UL) in LPTIM_Disable()
2464 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lptim.c196 uint32_t tmpCMP; in LL_LPTIM_Disable() local
229 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
241 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
258 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
262 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32wbxx_hal_lptim.c2394 uint32_t tmpCMP; in LPTIM_Disable() local
2424 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2448 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2465 if (tmpCMP != 0UL) in LPTIM_Disable()
2469 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c199 uint32_t tmpCMP; in LL_LPTIM_Disable() local
232 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
243 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()
261 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
265 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32wlxx_hal_lptim.c2529 uint32_t tmpCMP; in LPTIM_Disable() local
2559 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2584 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2602 if (tmpCMP != 0UL) in LPTIM_Disable()
2606 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c209 uint32_t tmpCMP; in LL_LPTIM_Disable() local
245 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
255 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
277 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
281 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32mp1xx_hal_lptim.c2363 uint32_t tmpCMP; in LPTIM_Disable() local
2398 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2430 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2454 if (tmpCMP != 0UL) in LPTIM_Disable()
2458 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c215 uint32_t tmpCMP; in LL_LPTIM_Disable() local
255 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
265 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LL_LPTIM_Disable()
291 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
295 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32h7xx_hal_lptim.c2352 uint32_t tmpCMP; in LPTIM_Disable() local
2393 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2431 if ((tmpCMP != 0UL) || (tmpARR != 0UL)) in LPTIM_Disable()
2461 if (tmpCMP != 0UL) in LPTIM_Disable()
2465 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c199 uint32_t tmpCMP; in LL_LPTIM_Disable() local
232 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
243 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LL_LPTIM_Disable()
261 if (tmpCMP != 0UL) in LL_LPTIM_Disable()
265 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32l5xx_hal_lptim.c2529 uint32_t tmpCMP; in LPTIM_Disable() local
2559 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2584 if ((tmpCMP != 0UL) || (tmpARR != 0UL) || (tmpRCR != 0UL)) in LPTIM_Disable()
2602 if (tmpCMP != 0UL) in LPTIM_Disable()
2606 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()