14.2.4.1.6 HAL APIs
HAL functions used for various purposes including functions that invoke hardware reset or read UID (extended address).
| Functions | |
| int | HAL_StartAppTimer (HAL_AppTimer_t *appTimer) Starts to count an interval (starts user timer). |
| int | HAL_StopAppTimer (HAL_AppTimer_t *appTimer) Stops the user timer. |
| BcTime_t | HAL_GetSystemTime (void) Gets system time. |
| void | HAL_WarmReset (void) Software reset. |
