[[ファームウェア関数一覧>ファームウェア関数一覧#d5c56b4f]]
*TIM_BDTRStructInit [#c8b19e3b]
#contents
**ヘッダ宣言 [#t1b365e7]

**関数プロトタイプ [#c6c6810f]
 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct)
**動作 [#t3c12181]
-TIM_BDTRInitStruct構造体のメンバを初期値で埋めます。&br;
**引数 [#md8b4cd3]
-TIM_BDTRInitStruct&br;
TIM_BDTRInitTypeDefで定義されている構造体へのポインタを指定します。&br;
設定される初期値は以下のとおりです。&br;
&br;
|CENTER:メンバ名|CENTER:初期値|h
|TIM_OSSRState|TIM_OSSRState_Disable|
|TIM_OSSIState|TIM_OSSIState_Disable|
|TIM_LOCKLevel|TIM_LOCKLevel_OFF|
|TIM_DeadTime|0x00|
|TIM_Break|TIM_Break_Disable|
|TIM_BreakPolarity|TIM_BreakPolarity_Low|
|TIM_AutomaticOutput|TIM_AutomaticOutput_Disable|
**戻り値 [#v0dce271]
-無し
**場所 [#h64f3b86]
**呼び出し関数 [#p9cdcca9]
-無し
**サンプル [#c1577a65]
 /* The following example illustrates how to initialize a
 TIM_BDTRInitTypeDef structure */
 TIM_BDTRInitTypeDef TIM_BDTRInitStructure;
 TIM_BDTRStructInit(& TIM_BDTRInitStructure);
**参照 [#oe266533]


トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS