AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: int32_t AG903_VidMgrGetIODotClk(AG903_VidMgrInputHandle *handle, uint32_t *cwt) 2: { 3: 4: if ((handle == NULL) || (handle->id != AG903_VID_MGR_INPUT_HANDLE_ID)) { 5: return -AG903_EINVAL; 6: } 7: 8: 9: if (cwt != NULL) { 10: AG903_VidPrmGetVIDIOnSTAT(handle->port_no, cwt); 11: } 12: 13: return AG903_ENONE; 14: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.