MATLAB XPC TARGET 4 - DEVICE DRIVERS Betriebsanweisung Seite 108

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 111
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 107
xpcOutpB, xpcOutpW, xpcOutpDW
Purpose I/O port output functions for byte, word, and double word accesses
Prototype void xpc OutpB(uint16_T port, uint8_T value)
void xpcOutpW(uint16_T port, uint16_T value)
void xpcOutpDW(uint16_T port, uint32_T value)
Arguments
port
Enter the port value
value
Contains the output value
Header
File
xpctarget.h
Description These functions output data to the I/O port space. Use xpcO utpB for
byte access (8-bit),
xpcOutpW for word accesses (16-bit), and xpcOutpDW
for double word (16-bit) accesses.
See Also xpcInpB, xpcInpW, xpcIn pDW
11-10
Seitenansicht 107
1 2 ... 103 104 105 106 107 108 109 110 111

Kommentare zu diesen Handbüchern

Keine Kommentare