ファームウェア関数一覧

PWR_GetFlagStatus

ヘッダ宣言

関数プロトタイプ

FlagStatus PWR_GetFlagStatus(uint32_t PWR_FLAG )

動作

引数

戻り値

場所

呼び出し関数

サンプル

/* Test if the StandBy flag is set or not */
FlagStatus Status;
Status = PWR_GetFlagStatus(PWR_FLAG_SB);
if(Status == RESET)
{
...
}
else
{
...
}

参照


*1 このフラグは読取専用であり、クリア出来ません

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS