Synergy Software Package User's Manual
Supported MCUs

Supported MCUs in this version of the BSP. More...

Modules

 S124
 Code that is common to S124 MCUs.
 
 S128
 Code that is common to S128 MCUs.
 
 S1JA
 Code that is common to S1JA MCUs.
 
 S3A1
 Code that is common to S3A1 MCUs.
 
 S3A3
 Code that is common to S3A3 MCUs.
 
 S3A6
 Code that is common to S3A6 MCUs.
 
 S3A7
 Code that is common to S3A7 MCUs.
 
 S5D3
 Code that is common to S5D3 MCUs.
 
 S5D5
 Code that is common to S5D5 MCUs.
 
 S5D9
 Code that is common to S5D9 MCUs.
 
 S7G2
 Code that is common to S7G2 MCUs.
 

Functions

ssp_err_t R_SSP_VersionGet (ssp_pack_version_t *const p_version)
 Set SSP version based on compile time macros. More...
 

Detailed Description

Supported MCUs in this version of the BSP.

The BSP has code specific to a MCU and a board. The code that is specific to a MCU can be shared amongst boards that use the MCU.

Function Documentation

◆ R_SSP_VersionGet()

ssp_err_t R_SSP_VersionGet ( ssp_pack_version_t *const  p_version)

Set SSP version based on compile time macros.

Parameters
[out]p_versionMemory address to return version information to.
Return values
SSP_SUCCESSVersion information stored.
SSP_ERR_ASSERTIONThe parameter p_version is NULL.