Motorola Command One Uživatelský manuál Strana 135

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 252
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 134
C Library Functions
Simulator Object Library Entry Points
MOTOROLA DSP SIMULATOR REFERENCE MANUAL 7-25
7.2.22 dsp_unlock: Unlock Password Protected Device Type
dsp_unlock(device_type, password)
char *password; /* Pointer to string containing password */
char *device_type; /* Name corresponding to DSP device type */
This function provides the password for protected device types. It must be used prior to
the dsp_new function call if the device type is password protected.
EXAMPLE
/* Create a device simulation of the password protected 56001 device */
int devn;
dsp_startup();
dsp_unlock("56001","x51-234"); /* provide password for device */
devn=0;
dsp_new(devn,"56001"); /* Create new dsp structures */
Zobrazit stránku 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 251 252

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

Žádné komentáře