DriveReset/de
From MCS Wiki AVR
< DriveReset(Difference between revisions)
(Created page with "= <span class="f_Header">Action</span> = Resets the Drive. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span class="f...") |
m (1 revision) |
Latest revision as of 21:14, 15 February 2013
Contents |
= (**COPIED FROM ENGLISH PAGE**) === Action
Resets the Drive.
Syntax
bErrorCode = DRIVERESET()
Remarks
BErrorCode |
A Byte Variable, which is assigned with the error code of the function |
This function resets the drive and brings it to an initial state. The functions returns 0 if no error occurred. For Error code see section Error codes.
See also
DriveCheck , DriveInit , DriveGetIdentity , DriveWriteSector , DriveReadSector
ASM
Calls |
_DriveReset |
|
Input |
none |
|
Output |
r25: Errorcode |
C-Flag: Set on Error |
Partial Example
Dim bError as Byte bError = DriveReset()
Languages | English • Deutsch |
---|