|
PS2SDK
PS2 Homebrew Libraries
|
Data Fields | |
| char * | fo_name |
| acUint32 | fo_bsize |
| acUint32 | fo_blocks |
| int | fo_padding |
| int(* | fo_erase )(flash_addr_t addr) |
| int(* | fo_program )(flash_addr_t addr, const flash_data_t *buf, int size) |
| int(* | fo_reset )(flash_addr_t addr) |
| int(* | fo_status )(flash_addr_t addr) |
Definition at line 21 of file acflash_internal.h.
| char* flash_ops::fo_name |
Definition at line 24 of file acflash_internal.h.
| acUint32 flash_ops::fo_bsize |
Definition at line 25 of file acflash_internal.h.
| acUint32 flash_ops::fo_blocks |
Definition at line 26 of file acflash_internal.h.
| int flash_ops::fo_padding |
Definition at line 28 of file acflash_internal.h.
| int(* flash_ops::fo_erase) (flash_addr_t addr) |
Definition at line 29 of file acflash_internal.h.
| int(* flash_ops::fo_program) (flash_addr_t addr, const flash_data_t *buf, int size) |
Definition at line 30 of file acflash_internal.h.
| int(* flash_ops::fo_reset) (flash_addr_t addr) |
Definition at line 31 of file acflash_internal.h.
| int(* flash_ops::fo_status) (flash_addr_t addr) |
Definition at line 32 of file acflash_internal.h.