Home | History | Annotate | Download | only in src

Lines Matching refs:TimerId

74  * \param[in] TimerId  Timer Id for which callback is called.
77 typedef void (*ppCallBck_t)(uint32_t TimerId, void *pContext);
89 uint32_t TimerId;/**< Timer ID*/
131 * \param[in] TimerId valid timer ID obtained during timer creation.
142 * Application<<phOsalNfc [label="TIMERID"];
143 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)", URL="\ref phOsalNfc_Timer_Start"];
149 void phOsalNfc_Timer_Start(uint32_t TimerId,
161 * \param[in] TimerId valid timer ID obtained suring timer creation.
167 * Application<<phOsalNfc [label="TIMERID"];
168 * Application=>phOsalNfc [label="phOsalNfc_Timer_Start(TIMERID, TIMEOUT, CB)",URL="\ref phOsalNfc_Timer_Start"];
171 * Application=>phOsalNfc [label="phOsalNfc_Timer_Stop(TIMERID)",URL="\ref phOsalNfc_Timer_Stop"];
174 void phOsalNfc_Timer_Stop(uint32_t TimerId);
185 * \param[in] TimerId timer identieir to delete the timer.
187 void phOsalNfc_Timer_Delete(uint32_t TimerId);