[[ファームウェア関数一覧>ファームウェア関数一覧#g4c40750]] *PWR_PVDCmd [#s40277cd] #contents **ヘッダ宣言 [#j1241851] **関数プロトタイプ [#v2de508c] void PWR_PVDCmd(FunctionalState NewState) **動作 [#be0c45d1] -PVD(電源電圧検出)((Power Voltage Detector))を有効、無効にします。 **引数 [#md9e661e] -NewState&br; &br; |NewState|機能|h |ENABLE|有効| |DISABLE|無効| #include(Macro/NewState,notitle) &br; **戻り値 [#o74b3f48] -無し **場所 [#za97d388] **呼び出し関数 [#x2524ea2] -無し **サンプル [#kb371837] /* Enable the Power Voltage Detector(PVD) */ PWR_PVDCmd(ENABLE); **参照 [#l6d9d1e8] -