CC2538: added support for SSI1

This commit is contained in:
Ulf Knoblich 2015-03-18 19:43:02 +01:00 committed by Ulf Knoblich
parent 60a301ef9f
commit a388a1bcd7
6 changed files with 487 additions and 173 deletions

View file

@ -45,6 +45,12 @@
#ifndef SSI_H_
#define SSI_H_
/*---------------------------------------------------------------------------*/
/** \name Number of SSI instances supported by this CPU.
* @{
*/
#define SSI_INSTANCE_COUNT 2
/** @} */
/*---------------------------------------------------------------------------*/
/** \name Base register memory locations.
* @{