AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: 9: 10: 14: 15: #ifndef _UC3WRAPPER_H_ 16: #define _UC3WRAPPER_H_ 17: 18: 19: #include "kernel.h" 20: 21: #ifdef __cplusplus 22: extern "C" { 23: #endif 24: 25: 26: #define AG903_OSW_KRNLALIGN (_kernel_ALIGN_SIZE) 27: 28: 29: #define AG903_OSW_MEMTYPE_NORMAL_CACHE_ON (0x7E) 30: 31: 32: #define AG903_OSW_MEMTYPE_NORMAL_CACHE_OFF (0x72) 33: 34: 35: #define AG903_OSW_MEMTYPE_STRONGLY_ORDERED (0x32) 36: 37: 38: #define AG903_OSW_IRQ_TOPID (32) 39: 40: #ifdef __cplusplus 41: } 42: #endif 43: #endif
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.