1.2.6.4.10 SRV_USI_HANDLE Typedef
C
typedef uintptr_t SRV_USI_HANDLE;
Summary
Handle to an opened instance of the USI service.
Description
This handle identifies an opened instance of the USI service. It is returned from SRV_USI_Open and it has to be passed to all other USI routines (except SRV_USI_Initialize and SRV_USI_Tasks).
Remarks
None.