/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rcc.c | 474 if ((((RCC->CSR) & RCC_CSR_LSIRDY) != 0U) && (RCC_OscInitStruct->LSIState == RCC_LSI_OFF)) in HAL_RCC_OscConfig() 482 if (RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1281 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_rcc.c | 366 if (RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 840 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rcc.c | 448 if (RCC_OscInitStruct->LSIState == RCC_LSI_OFF) in HAL_RCC_OscConfig() 456 if (RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rcc.c | 353 if ((RCC_OscInitStruct->LSIState) != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1031 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rcc.c | 459 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1126 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rcc.c | 477 if((RCC_OscInitStruct->LSIState)!= RCC_LSI_OFF) in HAL_RCC_OscConfig() 1132 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rcc.c | 437 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1257 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 573 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1243 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc.c | 588 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1390 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_rcc.c | 483 if (RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1272 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rcc.c | 479 if ((RCC_OscInitStruct->LSIState) != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1143 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rcc.h | 151 #define RCC_LSI_OFF ((uint32_t)0x00000000U) macro 1220 #define IS_RCC_LSI(LSI) (((LSI) == RCC_LSI_OFF) || ((LSI) == RCC_LSI_ON))
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_hal_rcc.h | 74 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON)) 224 #define RCC_LSI_OFF 0x00000000U /*!< LSI clock deactivation */ macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rcc.c | 459 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1210 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rcc.c | 574 if ((RCC_OscInitStruct->LSIState) != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1417 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_rcc.h | 148 #define RCC_LSI_OFF 0x00000000U /*!< LSI clock deactivation */ macro 1328 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rcc.h | 142 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON)) 387 #define RCC_LSI_OFF (0x00000000U) /*!< LSI clock deactivation */ macro
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rcc.h | 137 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON)) 349 #define RCC_LSI_OFF (0x00000000U) /*!< LSI clock deactivation */ macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rcc.c | 704 if (RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1647 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rcc.c | 656 if(RCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1614 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rcc.h | 149 #define RCC_LSI_OFF ((uint8_t)0x00) macro 1364 #define IS_RCC_LSI(LSI) (((LSI) == RCC_LSI_OFF) || ((LSI) == RCC_LSI_ON))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc.h | 222 #define RCC_LSI_OFF 0x00000000U /*!< LSI clock deactivation */ macro 2352 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LS… 2355 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LS…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc.c | 624 if ((RCC_OscInitStruct->LSIState) != RCC_LSI_OFF) in HAL_RCC_OscConfig() 1677 RCC_OscInitStruct->LSIState = RCC_LSI_OFF; in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rcc.h | 163 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON)) 393 #define RCC_LSI_OFF (0x00000000U) /*!< LSI clock deactivation */ macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 95 #define IS_RCC_LSI(__LSI__) (((__LSI__) == RCC_LSI_OFF) || ((__LSI__) == RCC_LSI_ON)) 805 if (pRCC_OscInitStruct->LSIState != RCC_LSI_OFF) in HAL_RCC_OscConfig()
|