Texas-instruments TMS320C6000 Uživatelský manuál Strana 33

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 62
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 61 62

Komentáře k této Příručce

Žádné komentáře