mikroElektronika PIC Microcontrollers PIC12 User Manual page 234

Mikroc user's manual
Table of Contents

Advertisement

mikroC - C Compiler for Microchip PIC microcontrollers
Mmc_Read_Cid
Prototype
unsigned short Mmc_Read_Cid(unsigned short *data_for_registers);
Returns
Returns 0 if read was successful, or 1 if an error occurred.
Description
Function reads CID register and returns 16 bytes of content into
data_for_registers
Requires
Library needs to be initialized, see
Example
error = Mmc_Read_Cid(data);
Mmc_Read_Csd
Prototype
unsigned short Mmc_Read_Csd(unsigned short *data_for_registers);
Returns
Returns 0 if read was successful, or 1 if an error occurred.
Description
Function reads CSD register and returns 16 bytes of content into
data_for_registers
Requires
Library needs to be initialized, see
Example
error = Mmc_Read_Csd(data);
page
226
.
.
Mmc_Init
.
.
Mmc_Init
MikroElektronika: Development tools - Books - Compilers
mikroC
making it simple...

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?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents