HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs | Functions
timer.h File Reference

Timer functionalities. More...

#include "hbbtv_types.h"

Go to the source code of this file.

Typedefs

typedef void * TMR_HANDLE
 
typedef void(* F_TMR_CALLBACK )(BOOLEAN triggered, void *callerRef, TMR_HANDLE timerHandle)
 

Functions

E_HBBTV_ERR HBBTV_TmrCreate (U32BIT millisecs, F_TMR_CALLBACK callback, void *callerRef, TMR_HANDLE *p_timer_handle)
 
E_HBBTV_ERR HBBTV_TmrDestroy (TMR_HANDLE timerHandle)
 
E_HBBTV_ERR HBBTV_TmrInit (U32BIT task_priority)
 
E_HBBTV_ERR HBBTV_TmrExit (void)
 

Detailed Description

Timer functionalities.

Date
January 2014
Author
Sergio Panseri