ファームウェア関数一覧

TIM_OC4FastConfig

ヘッダ宣言

関数プロトタイプ

void TIM_OC4FastConfig(TIM_TypeDef* TIMx, uint16_t TIM_OCFast)

動作

  • Configures the TIM Output Compare 4 Fast feature

引数

  • TIMx
    TIM1, 2, 3, 4, 5 又は 8を指定してタイマ周辺回路を選択します。

    TIMx説明
    TIM1タイマ1
    TIM2タイマ2
    TIM3タイマ3
    TIM4タイマ4
    TIM5タイマ5
    TIM8タイマ8

  • TIM_OCFast
    有効・無効を以下のマクロで指定します。

    TIM_OCFast説明
    TIM_OCFast_EnableTIM Output Compare Fast capability enable.
    TIM_OCFast_DisableTIM Output Compare Fast capability disable.
    br;

出力値

  • 無し

戻り値

  • 無し

場所

呼び出し関数

  • 無し

サンプル

/* Use the TIM1 OC4 in fast Mode */
TIM_OC4FastConfig(TIM1, TIM_OCFast_Enable);

参照


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