ファームウェア関数一覧
RCC_GetFlagStatus †
ヘッダ宣言 †
関数プロトタイプ †
void BKP_DeInit(void)
動作 †
引数 †
- RCC_FLAG
RCC_FLAG_HSIRDY | HSI oscillator clock ready |
RCC_FLAG_HSERDY | HSE oscillator clock ready |
RCC_FLAG_PLLRDY | PLL clock ready |
RCC_FLAG_LSERDY | LSE oscillator clock ready |
RCC_FLAG_LSIRDY | LSI oscillator clock ready |
RCC_FLAG_PINRST | Pin reset |
RCC_FLAG_PORRST | POR/PDR reset |
RCC_FLAG_SFTRST | Software reset |
RCC_FLAG_IWDGRST | Independent Watchdog reset |
RCC_FLAG_WWDGRST | Window Watchdog reset |
RCC_FLAG_LPWRRST | Low Power reset |
戻り値 †
- FlagStatus
SET | フラグがセットされている |
RESET | フラグがセットされていない |
場所 †
呼び出し関数 †
サンプル †
/* Wait till LSE is ready */
while (RCC_GetFlagStatus(RCC_FLAG_LSERDY) == RESET){}
参照 †