Searched refs:Button_Handle (Results 1 – 2 of 2) sorted by relevance
197 typedef struct Button_Config* Button_Handle; typedef263 typedef void (*Button_Callback)(Button_Handle buttonHandle,375 extern bool Button_close(Button_Handle handle);406 extern Button_Handle Button_open(uint_least8_t buttonIndex,442 extern uint32_t Button_getLastPressedDuration(Button_Handle handle);452 extern void Button_setCallback(Button_Handle handle,
81 bool Button_close(Button_Handle handle) in Button_close()163 Button_Handle buttonHandle; in Button_clockTimeoutHandler()167 buttonHandle = (Button_Handle)arg; in Button_clockTimeoutHandler()368 Button_Handle Button_open(uint_least8_t buttonIndex, in Button_open()373 Button_Handle handle; in Button_open()403 handle = (Button_Handle)&Button_config[buttonIndex]; in Button_open()488 void Button_setCallback(Button_Handle handle,Button_Callback buttonCallback) in Button_setCallback()499 extern uint32_t Button_getLastPressedDuration(Button_Handle handle) in Button_getLastPressedDuration()