Function FS Select Cluster

From Uzebox Wiki
Revision as of 19:45, 4 January 2018 by Jubatian (talk | contribs) (Created page with "{{Function |prototype = void FS_Select_Cluster(sdc_struct_t* sds, uint32_t cluster); |description = Selects a start cluster for reading. |parameters = * sds: SD data struct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Prototype

void FS_Select_Cluster(sdc_struct_t* sds, uint32_t cluster);

Description

Selects a start cluster for reading.

Parameters
  • sds: SD data structure.
Returns

Void

Video Modes

All

Since

V.5.x.x bootloaders

Notes

Use this function to start reading files for example returned by FS_Get_File_Cluster().