ファームウェア関数一覧

TIM_BDTRStructInit

ヘッダ宣言

関数プロトタイプ

void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct)

動作

  • TIM_BDTRInitStruct構造体のメンバを初期値で埋めます。

引数

  • TIM_BDTRInitStruct
    TIM_BDTRInitTypeDefで定義されている構造体へのポインタを指定します。
    設定される初期値は以下のとおりです。

    メンバ名初期値
    TIM_OSSRStateTIM_OSSRState_Disable
    TIM_OSSIStateTIM_OSSIState_Disable
    TIM_LOCKLevelTIM_LOCKLevel_OFF
    TIM_DeadTime0x00
    TIM_BreakTIM_Break_Disable
    TIM_BreakPolarityTIM_BreakPolarity_Low
    TIM_AutomaticOutputTIM_AutomaticOutput_Disable

戻り値

  • 無し

場所

呼び出し関数

  • 無し

サンプル

/* The following example illustrates how to initialize a
TIM_BDTRInitTypeDef structure */
TIM_BDTRInitTypeDef TIM_BDTRInitStructure;
TIM_BDTRStructInit(& TIM_BDTRInitStructure);

参照


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2011-04-07 (木) 10:52:35