Abl-electronic PIC Microcontrollers PIC16 Bedienungsanleitung Seite 234

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 312
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 233
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
226
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
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 Mmc_Init.
Example
error = Mmc_Read_Cid(data);
Mmc_Read_Cid
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 Mmc_Init.
Example
error = Mmc_Read_Csd(data);
Mmc_Read_Csd
Seitenansicht 233
1 2 ... 229 230 231 232 233 234 235 236 237 238 239 ... 311 312

Kommentare zu diesen Handbüchern

Keine Kommentare