TI BLE Stack API Documentation  2.03.10
Public Attributes | List of all members
_icall_set_timer_args_t Struct Reference

#include <icall.h>

Public Attributes

ICall_FuncArgsHdr hdr
 
uint_least32_t timeout
 
ICall_TimerID timerid
 
ICall_TimerCback cback
 
void * arg
 

Detailed Description

ICall_setTimer() arguments

Member Data Documentation

§ arg

void* _icall_set_timer_args_t::arg

pointer to an argument to be passed to the callback function

§ cback

ICall_TimerCback _icall_set_timer_args_t::cback

callback function

§ hdr

ICall_FuncArgsHdr _icall_set_timer_args_t::hdr

common arguments

§ timeout

uint_least32_t _icall_set_timer_args_t::timeout

timeout period

§ timerid

ICall_TimerID _icall_set_timer_args_t::timerid

timer ID


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