Home
last modified time | relevance | path

Searched refs:Button_Callback (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/apps/
DButton.h263 typedef void (*Button_Callback)(Button_Handle buttonHandle, typedef
328 Button_Callback buttonCallback;
407 Button_Callback buttonCallback,
453 Button_Callback buttonCallback);
DButton.c369 Button_Callback buttonCallback, in Button_open()
488 void Button_setCallback(Button_Handle handle,Button_Callback buttonCallback) in Button_setCallback()