Searched refs:RCC_LSI_DIV128 (Results 1 – 10 of 10) sorted by relevance
112 …ine IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV128))401 #define RCC_LSI_DIV128 LL_RCC_LSI_PREDIV_128 /*!< LSI clock divided by 128 */ macro
206 #define RCC_LSI_DIV128 RCC_CSR_LSIPREDIV /*!< LSI clock is divided by 128 */ macro2334 if((__DIVIDER__) == RCC_LSI_DIV128) \2832 #define IS_RCC_LSIDIV(__DIV__) (((__DIV__) == RCC_LSI_DIV1) || ((__DIV__) == RCC_LSI_DIV128))
235 #define RCC_LSI_DIV128 RCC_BDCR1_LSI1PREDIV /*!< LSI1 clock is divided by 128 */ macro2358 …IDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV128))
1422 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV128; in HAL_RCC_GetOscConfig()
1652 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV128; in HAL_RCC_GetOscConfig()
1621 RCC_OscInitStruct->LSIDiv = RCC_LSI_DIV128; in HAL_RCC_GetOscConfig()
213 #define RCC_LSI_DIV128 RCC_CSR_LSIPRE /*!< LSI clock is divided by 128 */ macro3407 #define IS_RCC_LSIDIV(__DIV__) (((__DIV__) == RCC_LSI_DIV1) || ((__DIV__) == RCC_LSI_DIV128))
97 …ine IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV128))
231 #define RCC_LSI_DIV128 RCC_CSR_LSIPREDIV /*!< LSI clock divided by 128 */ macro4684 …ine IS_RCC_LSIDIV(__LSIDIV__) (((__LSIDIV__) == RCC_LSI_DIV1) || ((__LSIDIV__) == RCC_LSI_DIV128))
273 #define RCC_LSI_DIV128 RCC_BDCR_LSIPREDIV /*!< LSI clock is divided by 128 */ macro4238 if((__DIVIDER__) == RCC_LSI_DIV128) \