代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/169207/9875777
cdb semtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/365166/9875942
cdb c5410_clk.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/365166/9875983
cdb mutex.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/365166/9876038
cdb mbxtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/365166/9876179
cdb echo.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/365166/9876234
cdb c5410_prd.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/365166/9876302
cdb c5410_swi.cdb
//! c5410 Base Seed
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed :: 1
www.eeworm.com/read/365166/9876364
cdb tsktest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/365166/9876429
cdb semtest.cdb
//! Generic C54xx Base -- only on-chip memory
//# c54xx.cdb 4.60.22
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be delet
www.eeworm.com/read/364770/9896402
c keyboard.c
#define outb(value,port) \
__asm__ ("outb %%al,%%dx"::"a" (value),"d" (port))
#define inb(port) ({ \
unsigned char _v; \
__asm__ volatile ("inb %%dx,%%al":"=a" (_v):"d" (port)); \
_v; \
})
#define