File nut/fs/phat16.c


Included Files


Global Function Phat16GetClusterLink()

int Phat16GetClusterLink ( NUTDEVICE* dev, uint32_t clust, uint32_t* link )
Prototyped in: nut/include/fs/phat16.h
Calls: PhatTableLoc() nut/fs/phat16.c
  PhatSectorLoad()
Called by: Phat16ReleaseChain() nut/fs/phat16.c

Global Function Phat16ReleaseChain()

int Phat16ReleaseChain ( NUTDEVICE* dev, uint32_t first )
Prototyped in: nut/include/fs/phat16.h
Calls: Phat16GetClusterLink() nut/fs/phat16.c
  Phat16SetClusterLink() nut/fs/phat16.c

Global Function Phat16SetClusterLink()

int Phat16SetClusterLink ( NUTDEVICE* dev, uint32_t clust, uint32_t link )
Prototyped in: nut/include/fs/phat16.h
Calls: PhatTableLoc() nut/fs/phat16.c
  PhatSectorLoad()
Called by: Phat16ReleaseChain() nut/fs/phat16.c

Local Function PhatTableLoc()

static void PhatTableLoc ( PHATVOL* vol, uint32_t clust, int tabnum, uint32_t* sect, uint32_t* pos )
Called by: Phat16GetClusterLink() nut/fs/phat16.c
  Phat16SetClusterLink() nut/fs/phat16.c