The PRIME User PIBs service library provides the following interfaces:
Table 1-23. Functions| Name | Description |
|---|
| SRV_USER_PIB_Initialize | Initializes
the PRIME User PIBs service |
| SRV_USER_PIB_Tasks | Maintains the User PIBs service; runs the asynchronous
user-PIB-driven actions (SAMD20 only) |
| SRV_USER_PIB_GetRequestCbRegister | Register a
function to be called to get the requested user PIB |
| SRV_USER_PIB_GetRequest | Get a user
PIB |
| SRV_USER_PIB_SetRequestCbRegister | Register a
function to be called to get the result of setting a user
PIB |
| SRV_USER_PIB_SetRequest | Set a user
PIB |
Table 1-24. Data Types and
Constants| Name | Type | Description |
|---|
| SRV_USER_PIB_GET_REQUEST_CALLBACK | Function
Pointer | Pointer to a
User PIB Get Request callback function |
| SRV_USER_PIB_SET_REQUEST_CALLBACK | Function
Pointer | Pointer to a
User PIB Set Request callback function |