ファームウェア関数一覧

TIM_ETRConfig

ヘッダ宣言

関数プロトタイプ

void TIM_ETRConfig(TIM_TypeDef* TIMx, uint16_t TIM_ExtTRGPrescaler, uint16_t TIM_ExtTRGPolarity, uint8_t ExtTRGFilter)

動作

引数

出力値

戻り値

場所

呼び出し関数

サンプル

/* Configure the External Trigger (ETR) for TIM1: the rising edge is
the active edge, no filter sampling is done (ExtTRGFilter = 0) and
th e prescaler is fixed to TIM_ExtTRGPSC_DIV2 */
TIM_ExternalCLK2Config(TIM1, TIM_ExtTRGPSC_DIV2,
TIM_ExtTRGPolarity_NonInverted, 0x0);

参照


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS