📄 bigtimecfg.s28
字号:
;; IDL_Obj RTA_dispatcher (function, calibration)
.global RTA_dispatcher
.asg RTA_F_dispatch, _function
.asg 01H, _calibration
IDL_Obj 1, RTA_dispatcher, 0, _function, _calibration
;; ======== IDL_Obj IDL_cpuLoad ========
;; This object is required by the system to acquire CPU load data
;;
;; IDL_Obj IDL_cpuLoad (function, calibration)
.global IDL_cpuLoad
.asg IDL_F_busy, _function
.asg 01H, _calibration
IDL_Obj 1, IDL_cpuLoad, 0, _function, _calibration
;; ======== IDL_Obj idlClock ========
;; <add comments here>
;;
;; IDL_Obj idlClock (function, calibration)
.global idlClock
.asg _clockIdle, _function
.asg 00H, _calibration
IDL_Obj 1, idlClock, 0, _function, _calibration
;; ======== LOG_Obj LOG_system ========
;; This object is required by the system to accumulate execution trace information
;;
;; LOG_Obj LOG_system (bufseg, buflen, logtype)
.global LOG_system
.asg L0SARAM, _bufseg
.asg 0200H, _buflen
.asg "circular", _logtype
LOG_Obj 1, LOG_system, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj trace ========
;; <add comments here>
;;
;; LOG_Obj trace (bufseg, buflen, logtype)
.global trace
.asg L0SARAM, _bufseg
.asg 020H, _buflen
.asg "circular", _logtype
LOG_Obj 1, trace, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj idlLog0 ========
;; <add comments here>
;;
;; LOG_Obj idlLog0 (bufseg, buflen, logtype)
.global idlLog0
.asg L0SARAM, _bufseg
.asg 0100H, _buflen
.asg "circular", _logtype
LOG_Obj 1, idlLog0, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj prdLog0 ========
;; <add comments here>
;;
;; LOG_Obj prdLog0 (bufseg, buflen, logtype)
.global prdLog0
.asg L0SARAM, _bufseg
.asg 0100H, _buflen
.asg "circular", _logtype
LOG_Obj 1, prdLog0, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj prdLog1 ========
;; <add comments here>
;;
;; LOG_Obj prdLog1 (bufseg, buflen, logtype)
.global prdLog1
.asg L0SARAM, _bufseg
.asg 0100H, _buflen
.asg "circular", _logtype
LOG_Obj 1, prdLog1, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj tskLog0 ========
;; <add comments here>
;;
;; LOG_Obj tskLog0 (bufseg, buflen, logtype)
.global tskLog0
.asg L0SARAM, _bufseg
.asg 0100H, _buflen
.asg "circular", _logtype
LOG_Obj 1, tskLog0, 0, _bufseg, _buflen, _logtype
;; ======== LOG_Obj tskLog1 ========
;; <add comments here>
;;
;; LOG_Obj tskLog1 (bufseg, buflen, logtype)
.global tskLog1
.asg L0SARAM, _bufseg
.asg 0100H, _buflen
.asg "circular", _logtype
LOG_Obj 1, tskLog1, 0, _bufseg, _buflen, _logtype
;; ======== SEM_Obj sem0 ========
;; <add comments here>
;;
;; SEM_Obj sem0 (iCount)
.global sem0
.asg 01H, _iCount
SEM_Obj 1, sem0, 0, _iCount
;; ======== SEM_Obj sem1 ========
;; <add comments here>
;;
;; SEM_Obj sem1 (iCount)
.global sem1
.asg 01H, _iCount
SEM_Obj 1, sem1, 0, _iCount
;; ======== STS_Obj IDL_busyObj ========
;; This object is required by the system to accumulate CPU load statistics
;;
;; STS_Obj IDL_busyObj (prevhigh, prevlow)
.global IDL_busyObj
.asg 00H, _prevhigh
.asg 00H, _prevlow
STS_Obj 1, IDL_busyObj, 0, _prevhigh, _prevlow
;; ======== PIE_Obj PIE_INT1_1 ========
;; defines function for the PIE_INT1.1
;;
;; PIE_Obj PIE_INT1_1 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_1
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_1, 32, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_2 ========
;; defines function for the PIE_INT1.2
;;
;; PIE_Obj PIE_INT1_2 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_2
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_2, 33, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_3 ========
;; defines function for the PIE_INT1.3
;;
;; PIE_Obj PIE_INT1_3 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_3
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_3, 34, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_4 ========
;; defines function for the PIE_INT1.4
;;
;; PIE_Obj PIE_INT1_4 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_4
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_4, 35, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_5 ========
;; defines function for the PIE_INT1.5
;;
;; PIE_Obj PIE_INT1_5 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_5
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_5, 36, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_6 ========
;; defines function for the PIE_INT1.6
;;
;; PIE_Obj PIE_INT1_6 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_6
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_6, 37, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_7 ========
;; defines function for the PIE_INT1.7
;;
;; PIE_Obj PIE_INT1_7 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_7
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_7, 38, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT1_8 ========
;; defines function for the PIE_INT1.8
;;
;; PIE_Obj PIE_INT1_8 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT1_8
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 01H, _IerMask
PIE_Obj 1, PIE_INT1_8, 39, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_1 ========
;; defines function for the PIE_INT2.1
;;
;; PIE_Obj PIE_INT2_1 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_1
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_1, 40, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_2 ========
;; defines function for the PIE_INT2.2
;;
;; PIE_Obj PIE_INT2_2 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_2
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_2, 41, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_3 ========
;; defines function for the PIE_INT2.3
;;
;; PIE_Obj PIE_INT2_3 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_3
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_3, 42, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_4 ========
;; defines function for the PIE_INT2.4
;;
;; PIE_Obj PIE_INT2_4 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_4
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_4, 43, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_5 ========
;; defines function for the PIE_INT2.5
;;
;; PIE_Obj PIE_INT2_5 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_5
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_5, 44, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_6 ========
;; defines function for the PIE_INT2.6
;;
;; PIE_Obj PIE_INT2_6 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_6
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_6, 45, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_7 ========
;; defines function for the PIE_INT2.7
;;
;; PIE_Obj PIE_INT2_7 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_7
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_7, 46, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT2_8 ========
;; defines function for the PIE_INT2.8
;;
;; PIE_Obj PIE_INT2_8 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT2_8
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 02H, _IerMask
PIE_Obj 1, PIE_INT2_8, 47, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT3_1 ========
;; defines function for the PIE_INT3.1
;;
;; PIE_Obj PIE_INT3_1 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT3_1
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
.asg "signed", _dataType
.asg "STS_add(*addr)", _operation
.asg "USER", _client
.asg 00H, _iUseDispatcher
.asg 00H, _iArg
.asg 04H, _IerMask
PIE_Obj 1, PIE_INT3_1, 48, _function, _monitor, _addr, _dataType, _operation, _client, _iUseDispatcher, _iArg, _IerMask
;; ======== PIE_Obj PIE_INT3_2 ========
;; defines function for the PIE_INT3.2
;;
;; PIE_Obj PIE_INT3_2 (function, monitor, addr, dataType, operation, client, iUseDispatcher, iArg, IerMask)
.global PIE_INT3_2
.asg HWI_unused, _function
.asg "Nothing", _monitor
.asg 00H, _addr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -