AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: int32_t AG903_UARTMgrSetBreak(AG903_UARTMgrHandle* handle, _Bool enable) 2: { 3: int32_t retval = AG903_ENONE; 4: int32_t result; 5: uint8_t ch; 6: 7: result = UARTMgr_CheckHandle(handle, &ch); 8: if(AG903_ENONE != result) { 9: return -AG903_EINVAL; 10: } 11: 12: AG903_UARTPrmSetBreak(ch, enable); 13: 14: return retval; 15: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.