gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 4 of 4 for funcall:tk_srea_dev from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/command.c - 24.4KB - 884 lines
125:                 /* get UTC date/time from RTC */
126:                 er = tk_srea_dev(dd, DN_CKDATETIME, &dt, sizeof(dt), &asz);
127:                 if (er < E_OK) {
t2ex_source/kernel/sysmain/src/network_sample/util.c - 7.1KB - 246 lines
238: 
239:         ercd = tk_srea_dev(dd, DN_NETRXBUFSZ, &bufsz, sizeof(bufsz), &len);
240:         if (ercd == E_OK) {
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
299:         /* Get disk info */
300:         err = tk_srea_dev(fs->ff_c.fs_devid, DN_DISKINFO,
301:                                 &fs->ff_c.fs_diskinfo, sizeof(DiskInfo), &sz);
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
196:         W asize;
197:         ER er = tk_srea_dev(devid, DN_NETADDR, enaddr, ETHER_ADDR_LEN,
198:             &asize);
More results from if_tkn.c