a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Resources:
 card.resource
  BeginCardAccess
  CardAccessSpeed
  CardChangeCount
  CardForceChange
  CardInterface
  CardMiscControl
  CardProgramVoltage
  CardResetCard
  CardResetRemove
  CopyTuple
  DeviceTuple
  EndCardAccess
  GetCardMap
  IfAmigaXIP
  OwnCard
  ReadCardStatus
  ReleaseCard
Include
GuruMeditation
Docs » Autodocs » card.resource » CardAccessSpeed

NAME

	CardAccessSpeed -- Select best possible memory access speed.

SYNOPSIS

	result=CardAccessSpeed( handle, nanoseconds );
d0 a1 d0
ULONG CardAccessSpeed( struct CardHandle *, ULONG );

FUNCTION

	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).

INPUTS

	handle - Same handle as that used when OwnCard() was called.
nanoseconds - Preferred access speed in nanoseconds.

RESULT

	Speed - Access speed selected by resource (in nanoseconds). 
0 - Not successful. Either because the credit-card was
removed, or the access speed you requested is slower than
that supported by the credit-card interface hardware.

NOTES

	This function may be called from within a task, or from a level 1
or level 2 interrupt.

SEE ALSO

OwnCard()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Andromeda

RSI
PHA
AOA
TBL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se