result=CardAccessSpeed( handle, nanoseconds );
d0 a1 d0
ULONG CardAccessSpeed( struct CardHandle *, ULONG );
This function is used to set memory access speed for all CPU accesses to card memory.
Typically this information would be determined by first examining the Card Information Structure.
Then you would use this function to let the card.resource select the best possible access speed for you, however note that the range of possible access speeds may vary on some machines (depending on the type of credit-card interface hardware being provided).
This function may be called from within a task, or from a level 1 or level 2 interrupt.