PSPSDK 2025-12-22
Loading...
Searching...
No Matches
pspnand_driver.h File Reference
#include <pspkerneltypes.h>
#include <psptypes.h>
Include dependency graph for pspnand_driver.h:

Go to the source code of this file.

Functions

int sceNandSetWriteProtect (int protectFlag)
 
int sceNandLock (int writeFlag)
 
void sceNandUnlock (void)
 
int sceNandReadStatus (void)
 
int sceNandReset (int flag)
 
int sceNandReadId (void *buf, SceSize size)
 
int sceNandReadPages (u32 ppn, void *buf, void *buf2, u32 count)
 
int sceNandReadPagesRawAll (u32 ppn, void *buf, void *spare, u32 count)
 
int sceNandEraseBlock (u32 ppn)
 
int sceNandWriteAccess (u32 ppn, void *buf, void *spare, int, unsigned int)
 
int sceNandReadExtraOnly (u32 ppn, void *buf, int)
 
int sceNandGetPageSize (void)
 
int sceNandGetPagesPerBlock (void)
 
int sceNandGetTotalBlocks (void)
 
int sceNandWriteBlockWithVerify (u32 ppn, void *buf, void *spare)
 
int sceNandReadBlockWithRetry (u32 ppn, void *buf, void *buf2)
 
int sceNandEraseBlockWithRetry (u32 ppn)
 
int sceNandIsBadBlock (u32 ppn)
 

Function Documentation

◆ sceNandEraseBlock()

int sceNandEraseBlock ( u32 ppn)

◆ sceNandEraseBlockWithRetry()

int sceNandEraseBlockWithRetry ( u32 ppn)

◆ sceNandGetPageSize()

int sceNandGetPageSize ( void )

◆ sceNandGetPagesPerBlock()

int sceNandGetPagesPerBlock ( void )

◆ sceNandGetTotalBlocks()

int sceNandGetTotalBlocks ( void )

◆ sceNandIsBadBlock()

int sceNandIsBadBlock ( u32 ppn)

◆ sceNandLock()

int sceNandLock ( int writeFlag)

◆ sceNandReadBlockWithRetry()

int sceNandReadBlockWithRetry ( u32 ppn,
void * buf,
void * buf2 )

◆ sceNandReadExtraOnly()

int sceNandReadExtraOnly ( u32 ppn,
void * buf,
int  )

◆ sceNandReadId()

int sceNandReadId ( void * buf,
SceSize size )

◆ sceNandReadPages()

int sceNandReadPages ( u32 ppn,
void * buf,
void * buf2,
u32 count )

◆ sceNandReadPagesRawAll()

int sceNandReadPagesRawAll ( u32 ppn,
void * buf,
void * spare,
u32 count )

◆ sceNandReadStatus()

int sceNandReadStatus ( void )

◆ sceNandReset()

int sceNandReset ( int flag)

◆ sceNandSetWriteProtect()

int sceNandSetWriteProtect ( int protectFlag)

◆ sceNandUnlock()

void sceNandUnlock ( void )

◆ sceNandWriteAccess()

int sceNandWriteAccess ( u32 ppn,
void * buf,
void * spare,
int ,
unsigned int  )

◆ sceNandWriteBlockWithVerify()

int sceNandWriteBlockWithVerify ( u32 ppn,
void * buf,
void * spare )