mikroElektronika PIC Microcontrollers PIC12 User Manual page 236

Mikroc user's manual
Table of Contents

Advertisement

mikroC - C Compiler for Microchip PIC microcontrollers
Mmc_Fat_Reset
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
Requires
Library needs to be initialized; see
Example
Mmc_Fat_Reset(&filesize);
Mmc_Fat_Rewrite
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
Example
Mmc_Fat_Rewrite();
Mmc_Fat_Append
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
Example
Mmc_Fat_Append();
page
228
stores the size of the assigned file, in bytes.
size
Mmc_Fat_Init
Mmc_Fat_Init
Mmc_Fat_Init
MikroElektronika: Development tools - Books - Compilers
making it simple...
.
.
.
mikroC

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents