Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_timebase_tim_template.c75 uint32_t pFLatency; in HAL_InitTick() local
82 HAL_RCC_GetClockConfig(&clkconfig, &pFLatency); in HAL_InitTick()
A Dstm32l1xx_hal_rcc.c1271 void HAL_RCC_GetClockConfig(RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t *pFLatency) in HAL_RCC_GetClockConfig() argument
1275 assert_param(pFLatency != (void *)NULL); in HAL_RCC_GetClockConfig()
1293 *pFLatency = __HAL_FLASH_GET_LATENCY(); in HAL_RCC_GetClockConfig()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Ddrv_pwr.c37 rt_uint32_t *pFLatency = NULL; in backup_cm4_clocks() local
40 HAL_RCC_GetClockConfig(&RCC_ClkInit, pFLatency); in backup_cm4_clocks()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/
A Ddrv_pwr.c37 rt_uint32_t *pFLatency = NULL; in backup_cm4_clocks() local
40 HAL_RCC_GetClockConfig(&RCC_ClkInit, pFLatency); in backup_cm4_clocks()
/bsp/stm32/stm32l496-ali-developer/board/
A Dboard.c161 uint32_t pFLatency = 0; in SystemClock_Config_fromSTOP() local
179 HAL_RCC_GetClockConfig(&RCC_ClkInitStruct, &pFLatency); in SystemClock_Config_fromSTOP()
184 if (HAL_RCC_ClockConfig(&RCC_ClkInitStruct, pFLatency) != HAL_OK) in SystemClock_Config_fromSTOP()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rcc.h1873 …d HAL_RCC_GetClockConfig(RCC_ClkInitTypeDef *RCC_ClkInitStruct, uint32_t *pFLatency);

Completed in 22 milliseconds