5.1.6.3 HAL_RemainingAppTimer Function

Syntax

int HAL_RemainingAppTimer(HAL_AppTimer_t *appTimer, uint32_t *remainingTime);

Description

This function returns the remaining time in the given application timer.

Input Parameters
Parameter NameDescription
appTimerPointer to HAL_AppTimer_t
remainingTimePointer variable to store the remaining time
Return Type and Values
  • 1 – No app timer running
  • 0 – Success