Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_wiced_timer_t Struct Reference

Timer structure. More...

Data Fields

struct _wiced_timer_tp_next
 internal, next pointer to wiced_timer_t
 
wiced_timer_callback_tp_cback
 internal, the callback function
 
TIMER_PARAM_TYPE cb_arg
 internal, the callback argument
 
uint32_t pi
 internal, timer flags
 
uint64_t tt
 internal, timer timeout
 

Detailed Description

Timer structure.

NOTE: this structure is used internally by the wiced stack. Applications MUST NOT modify any of the elements of this structure.

Timer control block memory MUST be peristant from when the timer is initialized, using wiced_init_timer(), till it is de-initialized, using wiced_deinit_timer().


The documentation for this struct was generated from the following file: