Searched defs:CTRDGTaskInfo_tag (Results 1 – 1 of 1) sorted by relevance
37 typedef struct CTRDGTaskInfo_tag struct40 CTRDG_TASK_FUNC task; /* Task function */41 CTRDG_TASK_FUNC callback; /* Callback */42 u32 result; /* The task function's return value. */43 …u8 *data; /* The data to be written; only program commands can be used. */44 u8 *adr; /* Address of the data to be read/written. */45 u32 offset; /* The offset, in bytes, within the sector */46 u32 size; /* Size */47 … u8 *dst; /* Address of the work region where the read data is stored */48 u16 sec_num; /* Sector number */[all …]