AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: int32_t AG903_PgpMgrEnableParamThresholdOp(AG903_PgpMgrPipelineHandle *handle, _Bool enable) 2: { 3: 4: if ((handle == NULL) || (handle->id != AG903_PGP_MGR_PIPELINE_HANDLE_ID)) { 5: return -AG903_EINVAL; 6: } 7: 8: 9: if (handle->is_assign == true) { 10: return -AG903_EBUSY; 11: } 12: 13: 14: handle->thr_enable = enable; 15: handle->is_dirty = true; 16: return AG903_ENONE; 17: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.