1.5.3.4.8 SRV_USER_PIB_Tasks Function
C
void SRV_USER_PIB_Tasks(void);
Summary
Maintenance routine for asynchronous user-PIB-driven actions.
Description
Maintenance tasks for user PIBs.
Note: Available on SAMD20 devices only.
Precondition
The SRV_USER_PIB_Initialize Function must have been called before.
Parameters
None.
Returns
None.
Example
void SYS_Tasks(void)
{
SRV_USER_PIB_Tasks();
}
Remarks
It is normally called by the system task routine (SYS_Tasks), not directly by the application.
