Functions
CSL_CPSW_SS_S_FUNCTION

Functions

CSL_IDEF_INLINE void CSL_CPSW_SS_getVersionInfo (CSL_CPSW_SS_VERSION *versionInfo)

Function Documentation

CSL_IDEF_INLINE void CSL_CPSW_SS_getVersionInfo ( CSL_CPSW_SS_VERSION *  versionInfo)

============================================================================
CSL_CPSW_SS_getVersionInfo

Description
This function retrieves the ethernet switch subsystem version information.

Arguments

        versionInfo         CSL_CPSW_SS_VERSION structure that needs to be populated
                            with the version info read from the hardware.
 *	 

Return Value
None

Pre Condition
None

Post Condition
None

Reads
CPSW_5GFSS_S_IDVER_REG_MINOR_VER, CPSW_5GFSS_S_IDVER_REG_MAJOR_VER, CPSW_5GFSS_S_IDVER_REG_RTL_VER, CPSW_5GFSS_S_IDVER_REG_IDENT

Example

        CSL_CPSW_SS_VERSION    versionInfo;

        CSL_CPSW_SS_getVersionInfo (&versionInfo);

	 

=============================================================================

============================================================================
CSL_CPSW_SS_getVersionInfo

Description
This function retrieves the ethernet switch subsystem version information.

Arguments

        versionInfo         CSL_CPSW_SS_VERSION structure that needs to be populated
                            with the version info read from the hardware.
 *	 

Return Value
None

Pre Condition
None

Post Condition
None

Reads
XGE_CPSW_SS_S_IDVER_REG_MINOR_VER, XGE_CPSW_SS_S_IDVER_REG_MAJOR_VER, XGE_CPSW_SS_S_IDVER_REG_RTL_VER, XGE_CPSW_SS_S_IDVER_REG_IDENT

Example

        CSL_CPSW_SS_VERSION    versionInfo;

        CSL_CPSW_SS_getVersionInfo (&versionInfo);

	 

=============================================================================


Copyright 2014, Texas Instruments Incorporated