Home
last modified time | relevance | path

Searched refs:types_table (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/ctrdg/backup-1/src/
Dmain.c454 types_table[] = in SelectDevice() local
462 { types_table_max = sizeof(types_table) / sizeof(*types_table) }; in SelectDevice()
502 end = CTRDG_IdentifyAgbBackup(types_table[cur].type); in SelectDevice()
509 if (types_table[cur].type == CTRDG_BACKUP_TYPE_SRAM) in SelectDevice()
511 if (types_table[cur].type == CTRDG_BACKUP_TYPE_FLASH_512K) in SelectDevice()
513 if (types_table[cur].type == CTRDG_BACKUP_TYPE_FLASH_1M) in SelectDevice()
523 DrawText(20, 60 + 10 * i, types_table[i].comment); in SelectDevice()
/TwlSDK-5.4/build/demos/card/backup/src/
Dmain.c95 types_table[] = in SelectDevice() local
109 { types_table_max = sizeof(types_table) / sizeof(*types_table) }; in SelectDevice()
143 end = CARD_IdentifyBackup(types_table[cur].type); in SelectDevice()
159 (cur == i) ? '>' : ' ', types_table[i].comment); in SelectDevice()