Searched defs:RCC_FLAG_CSIRDY (Results 1 – 4 of 4) sorted by relevance
595 #define RCC_FLAG_CSIRDY ((uint32_t)((RCC_CR_REG_INDEX << 5U) | RCC_CR_CSIRDY_Pos)) … macro
623 #define RCC_FLAG_CSIRDY ((RCC_CR_REG_INDEX << 5U) | RCC_CR_CSIRDY_Pos) /*!< CSI … macro
949 #define RCC_FLAG_CSIRDY ( (RCC->OCRDYR & RCC_OCRDYR_CSIRDY) == RCC_OCRDYR_CSIRDY ) macro
651 #define RCC_FLAG_CSIRDY ((uint8_t)0x28) macro