ファームウェア関数一覧

TIM_TIxExternalClockConfig

ヘッダ宣言

関数プロトタイプ

void TIM_TIxExternalClockConfig(TIM_TypeDef* TIMx, uint16_t TIM_TIxExternalCLKSource, uint16_t TIM_ICPolarity, uint16_t ICFilter)

動作

引数

出力値

戻り値

場所

呼び出し関数

サンプル

/* Selects the TI1 as clock for TIM1: the external clock is
connected to TI1 input pin, the rising edge is the active edge and
no filter sampling is done (ICFilter = 0) */
TIM_TIxExternalClockConfig(TIM1, TIM_TS_TI1FP1,
TIM_ICPolarity_Rising, 0);

参照


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