gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:ER from t2ex (0.08 seconds)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/netdrv.h - 10.0KB - 261 lines
137:         /* Individual functions */
138:         ER     (*initfn)(struct _netinf *inf, W init);
139:         void   (*inthdr)(struct _netinf *inf);
More results from netdrv.h
t2ex_source/include/t2ex/sys/fimp.h - 18.7KB - 438 lines
396:         /* Service function            */
397:         ER     (*reqfn) (fimp_t * req);
398:         /* Registration function       */
More results from fimp.h
t2ex_source/t2ex/fs/fimp/src/fimp_fat_local.h - 23.2KB - 504 lines
73: /* Service function prototype */
74: typedef ER      (*fatfs_api_t)(FS *fs, fimp_t *_req);
75: 
t2ex_source/t2ex/load/src/source.h - 2.8KB - 90 lines
75:         /* program module operations */
76:         ER     (*read)(struct LoadSource* ldr, long ofs, void* adr, size_t sz);
77:         ER     (*close)(struct LoadSource* ldr);
More results from source.h