/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_lptim.c | 206 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 226 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 229 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM23_CLKSOURCE); in LL_LPTIM_Disable() 232 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM23_CLKSOURCE); in LL_LPTIM_Disable() 236 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM45_CLKSOURCE); in LL_LPTIM_Disable() 309 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32mp1xx_hal_lptim.c | 2360 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2377 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2380 tmpclksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in LPTIM_Disable() 2383 tmpclksource = __HAL_RCC_GET_LPTIM23_SOURCE(); in LPTIM_Disable() 2386 tmpclksource = __HAL_RCC_GET_LPTIM45_SOURCE(); in LPTIM_Disable() 2389 tmpclksource = __HAL_RCC_GET_LPTIM45_SOURCE(); in LPTIM_Disable() 2487 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2490 __HAL_RCC_LPTIM23_CONFIG(tmpclksource); in LPTIM_Disable() 2493 __HAL_RCC_LPTIM23_CONFIG(tmpclksource); in LPTIM_Disable() 2496 __HAL_RCC_LPTIM45_CONFIG(tmpclksource); in LPTIM_Disable() [all …]
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_lptim.c | 212 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 232 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 235 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 241 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM345_CLKSOURCE); in LL_LPTIM_Disable() 245 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM3_CLKSOURCE); in LL_LPTIM_Disable() 323 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32h7xx_hal_lptim.c | 2349 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2366 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2369 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2373 tmpclksource = __HAL_RCC_GET_LPTIM3_SOURCE(); in LPTIM_Disable() 2378 tmpclksource = __HAL_RCC_GET_LPTIM4_SOURCE(); in LPTIM_Disable() 2383 tmpclksource = __HAL_RCC_GET_LPTIM5_SOURCE(); in LPTIM_Disable() 2494 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2497 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable() 2501 __HAL_RCC_LPTIM3_CONFIG(tmpclksource); in LPTIM_Disable() 2506 __HAL_RCC_LPTIM4_CONFIG(tmpclksource); in LPTIM_Disable() [all …]
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_lptim.c | 196 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 217 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 220 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 223 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM3_CLKSOURCE); in LL_LPTIM_Disable() 307 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32wlxx_hal_lptim.c | 2526 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2544 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2547 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2550 tmpclksource = __HAL_RCC_GET_LPTIM3_SOURCE(); in LPTIM_Disable() 2649 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2652 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable() 2655 __HAL_RCC_LPTIM3_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_lptim.c | 196 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 217 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 220 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 223 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM3_CLKSOURCE); in LL_LPTIM_Disable() 307 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32l5xx_hal_lptim.c | 2526 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2544 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2547 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2550 tmpclksource = __HAL_RCC_GET_LPTIM3_SOURCE(); in LPTIM_Disable() 2649 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2652 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable() 2655 __HAL_RCC_LPTIM3_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_lptim.c | 193 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 215 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 219 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 290 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32wbxx_hal_lptim.c | 2391 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2410 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2414 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2498 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2502 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_lptim.c | 193 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 213 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 217 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 286 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32g0xx_hal_lptim.c | 2378 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2395 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2399 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2481 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2485 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_lptim.c | 193 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 216 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 220 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE); in LL_LPTIM_Disable() 312 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32l4xx_hal_lptim.c | 2554 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2574 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2578 tmpclksource = __HAL_RCC_GET_LPTIM2_SOURCE(); in LPTIM_Disable() 2683 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable() 2687 __HAL_RCC_LPTIM2_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_lptim.c | 186 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 205 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 267 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32l0xx_hal_lptim.c | 2338 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2354 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2423 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_lptim.c | 186 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 205 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 267 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32f7xx_hal_lptim.c | 2347 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2363 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2432 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_lptim.c | 186 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 206 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 269 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32f4xx_hal_lptim.c | 2357 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2374 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2444 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_lptim.c | 186 uint32_t tmpclksource = 0; in LL_LPTIM_Disable() local 206 tmpclksource = LL_RCC_GetLPTIMClockSource(LL_RCC_LPTIM1_CLKSOURCE); in LL_LPTIM_Disable() 269 LL_RCC_SetLPTIMClockSource(tmpclksource); in LL_LPTIM_Disable()
|
D | stm32g4xx_hal_lptim.c | 2352 uint32_t tmpclksource = 0; in LPTIM_Disable() local 2369 tmpclksource = __HAL_RCC_GET_LPTIM1_SOURCE(); in LPTIM_Disable() 2439 __HAL_RCC_LPTIM1_CONFIG(tmpclksource); in LPTIM_Disable()
|