Searched refs:RCC_CFGR_SWS_LSI (Results 1 – 4 of 4) sorted by relevance
54 #define RCC_CFGR_SWS_LSI 0x0000000CU /*!< LSI used as sys… macro59 #define RCC_SYSCLKSOURCE_STATUS_LSI RCC_CFGR_SWS_LSI /*!< LSI used as system clo…
145 #define RCC_CFGR_SWS_LSI (0x03U << RCC_CFGR_SWS_Pos) ///< LSI used as sy… macro
415 case RCC_CFGR_SWS_LSI: in RCC_GetSysClockFreq()
1226 #define RCC_CFGR_SWS_LSI ((uint32_t)0x0000000C) /*!< LSI used as system … macro
Completed in 36 milliseconds