メンバ |
説明 |
AG903_TIMRMgrPulseCntOutput* output; |
Outputパラメータ |
uint32_t period; |
周期 |
uint32_t match; |
比較値 |
uint8_t intype; |
入力タイプ指定 |
uint8_t polarity; |
入力極性 |
uint8_t sampling; |
サンプリング間隔 |
uint8_t oneshot; |
ワンショット指定 |
入力端子パルス計測モード設定パラメータ
出力端子制御を行わない場合は output をNULLとして下さい。
intype は右から指定します。 _AG903_TimrInputType
polarity は右から指定します。 _AG903_TimrPolarityType
sampling は右から指定します。 _AG903_TimrCntClkType
oneshot は true=ワンショット、false=ピリオディック です。