Abl-electronic PIC Microcontrollers PIC16 Uživatelský manuál Strana 236

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 312
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 235
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
228
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
Prototype
void Mmc_Fat_Reset(unsigned long *size);
Description Function resets the file pointer (moves it to the start of the file) of the assigned file, so
that the file can be read. Parameter size stores the size of the assigned file, in bytes.
Requires Library needs to be initialized; see Mmc_Fat_Init.
Example
Mmc_Fat_Reset(&filesize);
Mmc_Fat_Reset
Prototype
void Mmc_Fat_Rewrite(void);
Description Function resets the file pointer and clears the assigned file, so that new data can be writ-
ten into the file.
Requires Library needs to be initialized; see Mmc_Fat_Init.
Example
Mmc_Fat_Rewrite();
Mmc_Fat_Rewrite
Prototype
void Mmc_Fat_Append(void);
Description The function moves the file pointer to the end of the assigned file, so that data can be
appended to the file.
Requires Library needs to be initialized; see Mmc_Fat_Init.
Example
Mmc_Fat_Append();
Mmc_Fat_Append
Zobrazit stránku 235
1 2 ... 231 232 233 234 235 236 237 238 239 240 241 ... 311 312

Komentáře k této Příručce

Žádné komentáře