BKP_GetITStatus
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[ファームウェア関数一覧>ファームウェア関数一覧#k4f94425]]
*BKP_GetITStatus [#f9852663]
#contents
**ヘッダ宣言 [#g8313827]
**関数プロトタイプ [#q88a5077]
ITStatus BKP_GetITStatus ( void )
**動作 [#pb278a1f]
-タンパー割込の状態を取得します。
**引数 [#kfeaf734]
-無し
**戻り値 [#y97754ba]
-ITStatus&br;
&br;
#include(Macro/ITStatus,notitle)
**場所 [#sdd14ee2]
**呼び出し関数 [#q6517e4a]
-無し
**サンプル [#w8178642]
/* Test if the Tamper Pin interrupt has occurred or not */
ITStatus Status;
Status = BKP_GetITStatus();
if(Status == RESET)
{
...
}
else
{
...
}
**参照 [#a1869a0a]
-[[NVIC_Init]]
-[[STMマイコン徹底入門 HP >http://miqn.net/periph/129.htm...
終了行:
[[ファームウェア関数一覧>ファームウェア関数一覧#k4f94425]]
*BKP_GetITStatus [#f9852663]
#contents
**ヘッダ宣言 [#g8313827]
**関数プロトタイプ [#q88a5077]
ITStatus BKP_GetITStatus ( void )
**動作 [#pb278a1f]
-タンパー割込の状態を取得します。
**引数 [#kfeaf734]
-無し
**戻り値 [#y97754ba]
-ITStatus&br;
&br;
#include(Macro/ITStatus,notitle)
**場所 [#sdd14ee2]
**呼び出し関数 [#q6517e4a]
-無し
**サンプル [#w8178642]
/* Test if the Tamper Pin interrupt has occurred or not */
ITStatus Status;
Status = BKP_GetITStatus();
if(Status == RESET)
{
...
}
else
{
...
}
**参照 [#a1869a0a]
-[[NVIC_Init]]
-[[STMマイコン徹底入門 HP >http://miqn.net/periph/129.htm...
ページ名: