DFIOWrite

This is a helper function to allow easy access to external memory/chip-selects, when using Trizeps6 with onboard WLAN (when the WLAN-chip is configured to use D[15..8]).

void DFIOWrite(      
  volatile short* addr,
  unsigned int csbase,
  short value
); 

Parameters

addr
address, within the address-range previously mapped with DFIOMapSpace.
csbase
csbase value returned by DFIOMapSpace.
value
Value to write

Return Values

none.

Remarks

This routine can be used with all Trizeps6-modules. Even with ones without WLAN, where this function is not necessary and you can write to the address directly.

Requirements

OS Versions: Windows Embedded CE 6 and later.
Header: drvlib_app.h.
Link Library: drvlib_app.lib.

See Also

(C) 2009 Keith & Koep GmbH. Alle Rechte vorbehalten. Nutzungsbedingungen
(C) 2009 Keith & Koep GmbH. All rights reserved. Terms of Use