全てを折りたたみ
AG903ライブラリリファレンス
AG903_DMACPrmSetTRNS_SIZE_1D 関数
dmacprm.c
DMAC Primitive
Body Source
TRNS_SIZE_1Dレジスタへの書き込み.
Syntax
C++
void
AG903_DMACPrmSetTRNS_SIZE_1D
(uint8_t
unit
, uint32_t
cnt
);
ファイル
dmacprm.c
引数
引数
説明
uint8_t unit
[in] チャンネル
uint32_t cnt
[in] 転送カウント
返値
none
説明
AG903_DMAC
->TRNS_SIZE_1D にライトします.
注意
none
本文ソース
コピコード
1:
void
AG903_DMACPrmSetTRNS_SIZE_1D(uint8_t unit, uint32_t cnt) 2: { 3:
ASSERT
(unit < DMAC_UNIT_MAX); 4: 5:
AG903_DMACn
(unit)->TRNS_SIZE_1D = 6: (cnt <<
AG903_DMACn_TRNS_SIZE_1D_TCnt_POS
) &
AG903_DMACn_TRNS_SIZE_1D_TCnt_MSK
; 7: }
グループ
DMAC Primitive
リンク
dmacprm.c
,
DMAC Primitive
,
Body Source
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム