Searched refs:HSI48State (Results 1 – 4 of 4) sorted by relevance
844 assert_param(IS_RCC_HSI48(RCC_OscInitStruct->HSI48State)); in HAL_RCC_OscConfig()847 if(RCC_OscInitStruct->HSI48State != RCC_HSI48_OFF) in HAL_RCC_OscConfig()1569 RCC_OscInitStruct->HSI48State = RCC_HSI48_ON; in HAL_RCC_GetOscConfig()1573 RCC_OscInitStruct->HSI48State = RCC_HSI48_OFF; in HAL_RCC_GetOscConfig()1576 RCC_OscInitStruct->HSI48State = RCC_HSI48_OFF; in HAL_RCC_GetOscConfig()
681 assert_param(IS_RCC_HSI48(RCC_OscInitStruct->HSI48State)); in HAL_RCC_OscConfig()684 if(RCC_OscInitStruct->HSI48State != RCC_HSI48_OFF) in HAL_RCC_OscConfig()1338 RCC_OscInitStruct->HSI48State = __HAL_RCC_GET_HSI48_STATE(); in HAL_RCC_GetOscConfig()
275 uint32_t HSI48State; /*!< The new state of the HSI48. member
131 …uint32_t HSI48State; /*!< The new state of the HSI48 (only applicable to STM32L43x/STM… member