AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: 9: 10: 14: 15: 16: 17: 20: 21: #ifndef __DEPEND_CFG__ 22: #define __DEPEND_CFG__ 23: 24: 25: 26: 27: 29: #define YES 1 30: #define NO 0 31: 32: 35: #define DBG_EMERG 0 36: #define DBG_ALERT 1 37: #define DBG_CRIT 2 38: #define DBG_ERR 3 39: #define DBG_WARNING 4 40: #define DBG_NOTICE 5 41: #define DBG_INFO 6 42: #define DBG_DEBUG 7 43: 44: 47: #define USBH_CFG_DEBUG NO 48: #define USBH_CFG_USE_INLINE NO 49: 50: 53: #if ( USBH_CFG_USE_INLINE == YES) 54: #define uhs_inline __inline 55: #else 56: #define uhs_inline 57: #endif 58: 59: 62: #define USBH_DEBUG_LEVEL DBG_DEBUG 63: 64: #endif
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.