Searched refs:CSIState (Results 1 – 8 of 8) sorted by relevance
555 assert_param(IS_RCC_CSI(RCC_OscInitStruct->CSIState)); in HAL_RCC_OscConfig()564 … if ((__HAL_RCC_GET_FLAG(RCC_FLAG_CSIRDY) != 0U) && (RCC_OscInitStruct->CSIState != RCC_CSI_ON)) in HAL_RCC_OscConfig()578 if ((RCC_OscInitStruct->CSIState) != RCC_CSI_OFF) in HAL_RCC_OscConfig()1594 RCC_OscInitStruct->CSIState = RCC_CSI_ON; in HAL_RCC_GetOscConfig()1598 RCC_OscInitStruct->CSIState = RCC_CSI_OFF; in HAL_RCC_GetOscConfig()
483 assert_param(IS_RCC_CSI(pOscInitStruct->CSIState)); in HAL_RCC_OscConfig()490 if (pOscInitStruct->CSIState == RCC_CSI_OFF) in HAL_RCC_OscConfig()505 if ((pOscInitStruct->CSIState) != RCC_CSI_OFF) in HAL_RCC_OscConfig()1567 pOscInitStruct->CSIState = regval & RCC_CR_CSION; in HAL_RCC_GetOscConfig()
634 assert_param(IS_RCC_CSI(RCC_OscInitStruct->CSIState)); in HAL_RCC_OscConfig()641 … if ((__HAL_RCC_GET_FLAG(RCC_FLAG_CSIRDY) != RESET) && (RCC_OscInitStruct->CSIState != RCC_CSI_ON)) in HAL_RCC_OscConfig()655 if ((RCC_OscInitStruct->CSIState) != RCC_CSI_OFF) in HAL_RCC_OscConfig()1718 RCC_OscInitStruct->CSIState = RCC_CSI_ON; in HAL_RCC_GetOscConfig()1722 RCC_OscInitStruct->CSIState = RCC_CSI_OFF; in HAL_RCC_GetOscConfig()
595 assert_param(IS_RCC_CSI(RCC_OscInitStruct->CSIState)); in HAL_RCC_OscConfig()602 if (RCC_OscInitStruct->CSIState == RCC_CSI_OFF) in HAL_RCC_OscConfig()610 if ((RCC_OscInitStruct->CSIState) != RCC_CSI_OFF) in HAL_RCC_OscConfig()1700 RCC_OscInitStruct->CSIState = (regvalue & mask); in HAL_RCC_GetOscConfig()
163 uint32_t CSIState; /*!< The new state of the CSI. member
108 uint32_t CSIState; /*!< The new state of the CSI. member
113 uint32_t CSIState; /*!< The new state of the CSI. member