📄 nrf_isr.lst
字号:
C51 COMPILER V7.50 NRF_ISR 04/09/2009 10:12:50 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE NRF_ISR
OBJECT MODULE PLACED IN .\build\nrf_isr.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\common\nrf_isr.c LARGE OMF2 OPTIMIZE(9,SPEED) BROWSE INCDIR(..\common;..
-\..\..\..\comp\protocol\wdp\common\;..\..\..\..\comp\protocol\wdp\host\;..\..\..\..\arch\hal\include;..\..\..\..\arch\ha
-l\nrf24lu1;..\..\..\..\arch\nrf24lu1;..\common;..\..\..\..\comp\protocol\fap) DEBUG PRINT(.\lst\nrf_isr.lst) OBJECT(.\bu
-ild\nrf_isr.obj)
line level source
1 /* Copyright (c) 2006 Nordic Semiconductor. All Rights Reserved.
2 *
3 * The information contained herein is confidential property of Nordic Semiconductor. The use,
4 * copying, transfer or disclosure of such information is prohibited except by express written
5 * agreement with Nordic Semiconductor.
6 */
7
8 /** @file
9 * Interrupt handler for the external interrupt from the nRF14L01 radio.
10 */
11
12 #include "fap.h"
13
14 static void nrf_interrupt(void) interrupt 9
15 {
16 1 EX0 = 1;
17 1 fap_nrf_isr_function();
18 1 }
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 64 ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
BIT SIZE = ---- ----
EDATA SIZE = ---- ----
HDATA SIZE = ---- ----
XDATA CONST SIZE = ---- ----
FAR CONST SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -