AG903ライブラリリファレンス
Body Source
AG903_TIMRPrmGetStatus 関数
本文ソース
コピコード
1:
void
AG903_TIMRPrmGetStatus(uint8_t ch, uint32_t* status) 2: { 3:
ASSERT
(
AG903_TIMR_CH_NUM
> ch); 4:
ASSERT
(NULL != status); 5: (*status) = AG903_TIMR_READ_REGn(ch,STAT); 6:
return
; 7: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム