Searched refs:RCC_LSI_DIV1 (Results 1 – 2 of 2) sorted by relevance
1561 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV1; in HAL_RCC_GetOscConfig()
248 #define RCC_LSI_DIV1 0x00000000U /*!< LSI clock not divided */ macro4542 #define IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV1…