AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
uc3wrapper.h

uC3 Wrapper Local Header

uC3 Wrapper内部ヘッダ。

none

AXELL CORPORATION

2017_02_22 初版 

2017_10_26 Ver2.0

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
名前 
説明 
割込み(IRQ)先頭ID 
カーネルのアラインサイズ 
メモリタイプ(Normal, Outer and Inner Non-cacheable) 
メモリタイプ(Normal, Outer and Inner Write-Back, Write-Allocate) 
メモリタイプ(Strongly-ordered) 
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.