Texas-instruments TMS320C6000 Manual de usuario Pagina 33

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 62
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 32
1 2 ... 28 29 30 31 32 33 34 35 36 37 38 ... 61 62

Comentarios a estos manuales

Sin comentarios