⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 custom.lis

📁 sypress psoc express 驱动led发光的应用程序.
💻 LIS
字号:
 0000                   cpu LMM
                        .module custom.c
                        .area text(rom, con, rel)
 0000                   .dbfile ./custom.c
 0000                   .dbfunc e CustomInit _CustomInit fV
 0000           _CustomInit::
 0000                   .dbline -1
 0000                   .dbline 10
 0000           ; //
 0000           ; // Custom.c
 0000           ; //
 0000           ; //   Custom functions for insertion into PSoC Express projects, including fixed functions
 0000           ; //
 0000           ; 
 0000           ; #include "custom.h"
 0000           ; 
 0000           ; void CustomInit()
 0000           ; {
 0000                   .dbline -2
 0000                   .dbline 11
 0000           ; }
 0000           L1:
 0000                   .dbline 0 ; func end
 0000 7F                ret
 0001                   .dbend
 0001                   .dbfunc e CustomPostInputUpdate _CustomPostInputUpdate fV
 0001           _CustomPostInputUpdate::
 0001                   .dbline -1
 0001                   .dbline 14
 0001           ; 
 0001           ; void CustomPostInputUpdate()
 0001           ; {
 0001                   .dbline -2
 0001                   .dbline 15
 0001           ; }
 0001           L2:
 0001                   .dbline 0 ; func end
 0001 7F                ret
 0002                   .dbend
 0002                   .dbfunc e CustomPreOutputUpdate _CustomPreOutputUpdate fV
 0002           _CustomPreOutputUpdate::
 0002                   .dbline -1
 0002                   .dbline 18
 0002           ; 
 0002           ; void CustomPreOutputUpdate()
 0002           ; {
 0002                   .dbline -2
 0002                   .dbline 19
 0002           ; }
 0002           L3:
 0002                   .dbline 0 ; func end
 0002 7F                ret
 0003                   .dbend

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -