全てを折りたたみ
AG903ライブラリリファレンス
AG903_BSCPrmGetCfpmTon 関数
bscprm.c
BSC Primitive
Body Source
BSCCFPMTONのレジスタRead
Syntax
C++
void
AG903_BSCPrmGetCfpmTon
(uint32_t*
cycle
);
ファイル
bscprm.c
引数
引数
説明
uint32_t* cycle
[out] CF電源投入安定待ち時間 (単位:パラレルバスホストクロック)
返値
none
説明
BSCCFPMTONのレジスタRead
注意
none
本文ソース
コピコード
1:
void
AG903_BSCPrmGetCfpmTon(uint32_t* cycle) 2: { 3:
ASSERT
(NULL != cycle); 4: 5: (*cycle) =
AG903_BSC
->CFPMTON &
AG903_BSC_CFPMTON_CYCLE_MSK
; 6: 7:
return
; 8: }
グループ
BSC Primitive
リンク
bscprm.c
,
BSC Primitive
,
Body Source
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム