summaryrefslogtreecommitdiff
path: root/lib/visual_state_api/src/SEMInst.c
blob: ddd32600ba9cd4abf7d9cce7ab9da3fb49a09236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * Type:        Source Code File
 * 
 * Id:          SEMInst.c
 *
 * Function:    Contains the SEM_InitInstances and SEM_SetInstance 
                SEM Library Expert version 4 function.
 *
 * Portability: ANSI-C Compiler.
 *
 * Copyright (c) 1999-2006 IAR Systems. All rights reserved.
 */

/*
 * Version   ! Date   ! Status ! Changes
 *----------------------------------------------------------------------------
 * 4.0.0.1   ! 021298 ! Closed ! -
 * 4.0.4     ! 010799 ! Closed ! Minor update, there might be no changes to this particular file.
 */

#include "SEMLibE.h"


unsigned char VS_CALL_CONV SEM_InitInstances (void)
{
  return (SMP_InitInstances (SEMContext));
}


unsigned char VS_CALL_CONV SEM_SetInstance (SEM_INSTANCE_TYPE Instance)
{
  return (SMP_SetInstance (SEMContext, Instance));
}