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