PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
flash_ops Struct Reference

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)
 

Detailed Description

Definition at line 21 of file acflash_internal.h.

Field Documentation

◆ fo_name

char* flash_ops::fo_name

Definition at line 24 of file acflash_internal.h.

◆ fo_bsize

acUint32 flash_ops::fo_bsize

Definition at line 25 of file acflash_internal.h.

◆ fo_blocks

acUint32 flash_ops::fo_blocks

Definition at line 26 of file acflash_internal.h.

◆ fo_padding

int flash_ops::fo_padding

Definition at line 28 of file acflash_internal.h.

◆ fo_erase

int(* flash_ops::fo_erase) (flash_addr_t addr)

Definition at line 29 of file acflash_internal.h.

◆ fo_program

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.

◆ fo_reset

int(* flash_ops::fo_reset) (flash_addr_t addr)

Definition at line 31 of file acflash_internal.h.

◆ fo_status

int(* flash_ops::fo_status) (flash_addr_t addr)

Definition at line 32 of file acflash_internal.h.


The documentation for this struct was generated from the following file: