[[ファームウェア関数一覧>ファームウェア関数一覧#d5c56b4f]] *TIM_CounterModeConfig [#xb6d2e6c] #contents **ヘッダ宣言 [#z23f6ed7] **関数プロトタイプ [#ze1abeb0] void TIM_CounterModeConfig(TIM_TypeDef* TIMx, uint16_t TIM_CounterMode) **動作 [#y08b0fea] -タイマの使用するカウントモードの選択をします。 **引数 [#p986c5d8] -TIMx&br; 使用するカウントモードの選択を設定するタイマ周辺回路をTIM1~TIM5,TIM8から指定します。&br; &br; #include(Macro/TIMxTIM,notitle) &br; -TIM_CounterMode&br; タイマのカウンタモードを以下のマクロから選択します。&br; &br; |CENTER:TIM_CounterMode|CENTER:説明|h |TIM_Counter_Up|アップ・カウンタ・モード| |TIM_Counter_Down|ダウン・カウンタ・モード| |TIM_Counter_CenterAligned1|CenterAligned Mode1&br;ダウン中のみキャプチャ・コンペア割り込みが発生する| |TIM_Counter_CenterAligned2|CenterAligned Mode2&br;アップ中のみキャプチャ・コンペア割り込みが発生する| |TIM_Counter_CenterAligned3|CenterAligned Mode3&br;アップ・ダウン共にキャプチャ・コンペア割り込みが発生する| #include(Macro/TIM_CounterMode,notitle) &br; **出力値 [#r4c924bb] -無し **戻り値 [#z7d39f43] -無し **場所 [#m807d989] **呼び出し関数 [#g6588e70] -無し **サンプル [#ka6d3c40] /* Selects the Center Aligned counter Mode 1 for the TIM1 */ TIM_CounterModeConfig(TIM1, TIM_Counter_CenterAligned1); **参照 [#l63814dd] -STMマイコン徹底入門 P.