AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: void AG903_VidPrmGetVIDIOnSTAT(uint32_t id, uint32_t *cwt) 2: { 3: uint32_t val; 4: 5: ASSERT(id < AG903_VID_PRM_MAX_IO_PORTS); 6: ASSERT(cwt != NULL); 7: 8: val = AG903_VIDIOn(id)->STAT; 9: 10: *cwt = (val & AG903_VIDIOn_STAT_CWT_MSK) >> AG903_VIDIOn_STAT_CWT_POS; 11: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.