Searched refs:__HAL_RCC_GET_LPTIM1_SOURCE (Results 1 – 4 of 4) sorted by relevance
369 PeriphClkInit->LptimClockSelection = __HAL_RCC_GET_LPTIM1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
1020 PeriphClkInit->Lptim1ClockSelection = __HAL_RCC_GET_LPTIM1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()1871 srcclk = __HAL_RCC_GET_LPTIM1_SOURCE(); in HAL_RCCEx_GetPeriphCLKFreq()
1696 #define __HAL_RCC_GET_LPTIM1_SOURCE() (READ_BIT(RCC->CCIPR, RCC_CCIPR_LPTIM1SEL)) macro
1641 #define __HAL_RCC_GET_LPTIM1_SOURCE() ((uint32_t)(READ_BIT(RCC->CCIPR, RCC_CCIPR_LPTIM1SEL))) macro