![]() |
![]() |
This is the sample OS Adaptation layer which is used by the TSIP driver. The OSAL layer can be ported in either of the following manners to a native OS: More...
Defines | |
#define | Tsip_osalEnterCriticalSection Osal_tsipEnterCriticalSection |
The macro is used by the TSIP driver to protect its internal shared "resources". The macro needs to be defined accounting for the system architecture in which the TSIP driver is being used. | |
#define | Tsip_osalExitCriticalSection Osal_tsipExitCriticalSection |
The macro is used by the TSIP driver to protect its internal shared "resources". The macro is called by the TSIP driver when its exits the shared resource modification. |
This is the sample OS Adaptation layer which is used by the TSIP driver. The OSAL layer can be ported in either of the following manners to a native OS:
Approach 1:
Use Prebuilt Libraries
Approach 2:
Rebuilt Library