AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
AG903_TIMRMgrPwmInParam 構造体
Syntax
C++
typedef struct _AG903_TIMRMgrPwmInParam { AG903_TIMRMgrPwmInOutput* output; uint8_t intype; uint8_t polarity; uint8_t resolution; uint8_t oneshot; } AG903_TIMRMgrPwmInParam;
メンバ 
説明 
AG903_TIMRMgrPwmInOutput* output; 
Outputパラメータ 
uint8_t intype; 
入力タイプ指定 
uint8_t polarity; 
入力極性 
uint8_t resolution; 
分解能指定 
uint8_t oneshot; 
ワンショット指定 

PWM入力モード設定パラメータ 

出力端子制御を行わない場合は output をNULLとして下さい。 

intype は右から指定します。 _AG903_TimrInputType 

resolution は右から指定します。 _AG903_TimrCntClkType 

oneshot は true=ワンショット、false=ピリオディック です。

Copyright (c) 2017-2025 Axell Corporation. All rights reserved.