source: UsbWattMeter/trunk/csp/libasp/asm_config.inc@ 164

Last change on this file since 164 was 164, checked in by coas-nagasima, 8 years ago

TOPPERS/ECNLサンプルアプリ「USB充電器電力計」を追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 402 bytes
Line 
1TIPM_LOCK .equ -15
2IPL_LOCK .equ 251658240
3PSW_I_MASK .equ 65536
4PSW_IPL_MASK .equ 251658240
5EXC_GET_PSW_OFFSET .equ 80
6
7
8LOG_INH_ENTER_ENABLE .equ 0
9LOG_INH_LEAVE_ENABLE .equ 0
10LOG_EXC_ENTER_ENABLE .equ 0
11LOG_EXC_LEAVE_ENABLE .equ 0
12LOG_DSP_ENTER_ENABLE .equ 0
13LOG_DSP_LEAVE_ENABLE .equ 0
14SIL_DLY_TIM1 .equ 69
15SIL_DLY_TIM2 .equ 50
Note: See TracBrowser for help on using the repository browser.