![]() |
LibDriver BUTTON
|
button link driver modules More...
Macros | |
| #define | DRIVER_BUTTON_LINK_INIT(HANDLE, STRUCTURE) |
| initialize button_handle_t structure | |
| #define | DRIVER_BUTTON_LINK_TIMESTAMP_READ(HANDLE, FUC) |
| link timestamp_read function | |
| #define | DRIVER_BUTTON_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_BUTTON_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_BUTTON_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
button link driver modules
| #define DRIVER_BUTTON_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to a button handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 197 of file driver_button.h.
| #define DRIVER_BUTTON_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to a button handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 189 of file driver_button.h.
| #define DRIVER_BUTTON_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize button_handle_t structure
| [in] | HANDLE | pointer to a button handle structure |
| [in] | STRUCTURE | button_handle_t |
Definition at line 173 of file driver_button.h.
| #define DRIVER_BUTTON_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to a button handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 205 of file driver_button.h.
| #define DRIVER_BUTTON_LINK_TIMESTAMP_READ | ( | HANDLE, | |
| FUC ) |
link timestamp_read function
| [in] | HANDLE | pointer to a button handle structure |
| [in] | FUC | pointer to a timestamp_read function address |
Definition at line 181 of file driver_button.h.