Texas-instruments TMS320C6000 Instrukcja Użytkownika Strona 33

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 62
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 32
BOARD_SUPPORT
3-3
BOARD API Module
3.2 BOARD API Reference
Returns value of specified memory-mapped register
BOARD_readReg
Function Uint32 BOARD_readReg(
BOARD_Reg boardRegister
);
Arguments boardRegister Register enumeration
C6711 DSK
- BOARD_REG_IOPORT
Return Value Uint32 Returns specified register value
Description Returns the value of the specified memory-mapped register.
Example Uint32 boardRegVal;
boardRegVal = BOARD_readReg(BOARD_REG_IOPORT);
Compile time constant
BOARD_SUPPORT
Constant BOARD_SUPPORT
Description Compile time constant that has a value of 1 if the board supports the
different modules via MODULE_SUPPORT constants and 0 otherwise. You
are not required to use this constant.
Currently, all devices support this module.
Example #if (BOARD_SUPPORT)
/* do DIP operations */
#endif
Przeglądanie stron 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 61 62

Komentarze do niniejszej Instrukcji

Brak uwag