GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> LEM / V4-8-1 > lem_cli / rad750


Interface   Data Structures   File List   Data Fields   Globals  

print.h File Reference

Routines for printing the registers of a component. More...

#include <LEM/defs.h>

Functions

unsigned TEM_show (LEM_LATP_ADDR addr)
 Print out the values of TEM registers.
unsigned TIC_show (LEM_LATP_ADDR addr)
 Print out the values of TIC registers.
unsigned TIC_ENV_show (LEM_LATP_ADDR addr)
 Print out the values of TIC environment registers.
unsigned CCC_show (LEM_LATP_ADDR addr, unsigned ccc)
 Print out the values of CCC registers.
unsigned CRC_show (LEM_LATP_ADDR addr, unsigned ccc, unsigned crc)
 Print out the values of CRC registers.
unsigned CFE_show (LEM_LATP_ADDR addr, unsigned ccc, unsigned crc, unsigned cfe)
 Print out the values of CFE registers.
unsigned TCC_show (LEM_LATP_ADDR addr, unsigned tcc)
 Print out the values of TCC registers.
unsigned TRC_show (LEM_LATP_ADDR addr, unsigned tcc, unsigned trc)
 Print out the values of TRC registers.
unsigned TFE_show (LEM_LATP_ADDR addr, unsigned tcc, unsigned trc, unsigned tfe)
 Print out the values of TFE registers.
unsigned AEM_CC_show (LEM_LATP_ADDR addr)
 Print out the values of AEM registers.
unsigned AEM_ENV_show (LEM_LATP_ADDR addr)
 Print out the values of AEM environment registers.
unsigned ARC_show (LEM_LATP_ADDR addr, unsigned arc)
 Print out the values of ARC registers.
unsigned AFE_show (LEM_LATP_ADDR addr, unsigned arc, unsigned afe)
 Print out the values of AFE registers.
unsigned PDU_show (LEM_LATP_ADDR addr)
 Print out the values of PDU (CC) registers.
unsigned PDU_ENV_show (LEM_LATP_ADDR addr)
 Print out the values of PDU environment registers.
unsigned CRU_show (void)
 Print out the values of CRU registers.
unsigned EBM_CC_show (LEM_LATP_ADDR addr)
 Print out the values of EBM CC registers.
unsigned EBM_STAT_show (LEM_LATP_ADDR addr)
 Print out the values of EBM statistics registers.
unsigned GEM_CC_show (LEM_LATP_ADDR addr)
 Print out the values of GEM CC registers.
unsigned GEM_TAM_show (LEM_LATP_ADDR addr)
 Print out the values of GEM TAM registers.
unsigned GEM_STAT_show (LEM_LATP_ADDR addr)
 Print out the values of GEM statistics registers.
unsigned GEM_SCHD_show (LEM_LATP_ADDR addr)
 Print out the values of GEM scheduler registers.
unsigned GEM_ROI_show (LEM_LATP_ADDR addr)
 Print out the values of GEM ROI registers.
unsigned GEM_IE_show (LEM_LATP_ADDR addr)
 Print out the values of GEM input enable registers.
unsigned GEM_WIN_show (LEM_LATP_ADDR addr)
 Print out the values of GEM WIN registers.
unsigned GEM_show (LEM_LATP_ADDR addr, LEM_REG_BLK blk)
 Print out the values of a GEM register block.
unsigned AEM_show (LEM_LATP_ADDR addr)
 Print out the values of AEM (CC) registers.
unsigned EBM_show (LEM_LATP_ADDR addr)
 Print out the values of EBM (CC) registers.


Detailed Description

Routines for printing the registers of a component.

Author:
James Swain & Owen Saxton
$Id: print.h,v 1.7 2011/03/25 18:51:52 apw Exp $

Function Documentation

unsigned AEM_CC_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of AEM registers.

Parameters:
addr Logical LATp address of the AEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References AEM_read().

Referenced by AEM_show().

unsigned AEM_ENV_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of AEM environment registers.

Parameters:
addr Logical LATp address of the AEM
Return values:
LEM_NOIMPL Not implemented

unsigned AEM_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of AEM (CC) registers.

Parameters:
addr Logical LATp address of the AEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References AEM_CC_show().

unsigned AFE_show ( LEM_LATP_ADDR  addr,
unsigned  arc,
unsigned  afe 
)

Print out the values of AFE registers.

Parameters:
addr Logical LATp address of the AEM
arc The ID of the target ARC
afe The ID of the target AFE
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References AFE_read().

unsigned ARC_show ( LEM_LATP_ADDR  addr,
unsigned  arc 
)

Print out the values of ARC registers.

Parameters:
addr Logical LATp address of the AEM
arc The ID of the target ARC
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References ARC_read().

unsigned CCC_show ( LEM_LATP_ADDR  addr,
unsigned  ccc 
)

Print out the values of CCC registers.

Parameters:
addr Logical LATp address of the TEM
ccc The ID of the target CCC
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References CCC_read().

unsigned CFE_show ( LEM_LATP_ADDR  addr,
unsigned  ccc,
unsigned  crc,
unsigned  cfe 
)

Print out the values of CFE registers.

Parameters:
addr Logical LATp address of the TEM
ccc The ID of the target CCC
crc The ID of the target CRC
cfe The ID of the target CFE
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References CFE_read().

unsigned CRC_show ( LEM_LATP_ADDR  addr,
unsigned  ccc,
unsigned  crc 
)

Print out the values of CRC registers.

Parameters:
addr Logical LATp address of the TEM
ccc The ID of the target CCC
crc The ID of the target CRC
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References CRC_read().

unsigned CRU_show ( void   ) 

Print out the values of CRU registers.

Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References CHECK_CALL, and CRU_read().

unsigned EBM_CC_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of EBM CC registers.

Parameters:
addr Logical LATp address of the EBM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References EBM_read().

Referenced by EBM_show().

unsigned EBM_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of EBM (CC) registers.

Parameters:
addr Logical LATp address of the EBM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References EBM_CC_show().

unsigned EBM_STAT_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of EBM statistics registers.

Parameters:
addr Logical LATp address of the EBM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References EBM_STAT_read().

unsigned GEM_CC_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM CC registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_CC_read().

Referenced by GEM_show().

unsigned GEM_IE_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM input enable registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_IE_read().

Referenced by GEM_show().

unsigned GEM_ROI_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM ROI registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References CHECK_CALL, and GEM_ROI_read().

Referenced by GEM_show().

unsigned GEM_SCHD_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM scheduler registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_SCHD_read().

Referenced by GEM_show().

unsigned GEM_show ( LEM_LATP_ADDR  addr,
LEM_REG_BLK  blk 
)

Print out the values of a GEM register block.

Parameters:
addr Logical LATp address of the GEM
blk The ID of the register block (one of the GEM_BLK_X from LEM_REG_BLK)
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_CC_show(), GEM_IE_show(), GEM_ROI_show(), GEM_SCHD_show(), GEM_STAT_show(), GEM_TAM_show(), and GEM_WIN_show().

unsigned GEM_STAT_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM statistics registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_STAT_read().

Referenced by GEM_show().

unsigned GEM_TAM_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM TAM registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_TAM_read().

Referenced by GEM_show().

unsigned GEM_WIN_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of GEM WIN registers.

Parameters:
addr Logical LATp address of the GEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References GEM_WIN_read().

Referenced by GEM_show().

unsigned PDU_ENV_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of PDU environment registers.

Parameters:
addr Logical LATp address of the PDU
Return values:
LEM_NOIMPL Not implemented

unsigned PDU_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of PDU (CC) registers.

Parameters:
addr Logical LATp address of the PDU
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References PDU_CC_show().

unsigned TCC_show ( LEM_LATP_ADDR  addr,
unsigned  tcc 
)

Print out the values of TCC registers.

Parameters:
addr Logical LATp address of the TEM
tcc The ID of the target TCC
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References TCC_read().

unsigned TEM_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of TEM registers.

Parameters:
addr Logical LATp address of the TEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References TEM_read().

unsigned TFE_show ( LEM_LATP_ADDR  addr,
unsigned  tcc,
unsigned  trc,
unsigned  tfe 
)

Print out the values of TFE registers.

Parameters:
addr Logical LATp address of the TEM
tcc The ID of the target TCC
trc The ID of the target TRC
tfe The ID of the target TFE
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References TFE_read().

unsigned TIC_ENV_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of TIC environment registers.

Parameters:
addr Logical LATp address of the TEM
Return values:
LEM_NOIMPL Function not impemented

unsigned TIC_show ( LEM_LATP_ADDR  addr  ) 

Print out the values of TIC registers.

Parameters:
addr Logical LATp address of the TEM
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References TIC_read().

unsigned TRC_show ( LEM_LATP_ADDR  addr,
unsigned  tcc,
unsigned  trc 
)

Print out the values of TRC registers.

Parameters:
addr Logical LATp address of the TEM
tcc The ID of the target TCC
trc The ID of the target TRC
Return values:
LEM_SUCCESS Everything okay
LEM_XXX LEM failure

References TRC_read().


Generated on Wed Nov 21 18:30:35 2012 by  doxygen 1.5.8