![]() |
LibDriver MULTI_BUTTON
|
multi_button link driver modules More...
Macros | |
| #define | DRIVER_MULTI_BUTTON_LINK_INIT(HANDLE, STRUCTURE) |
| initialize multi_button_handle_t structure | |
| #define | DRIVER_MULTI_BUTTON_LINK_MATRIX_INIT(HANDLE, FUC) |
| link matrix_init function | |
| #define | DRIVER_MULTI_BUTTON_LINK_MATRIX_DEINIT(HANDLE, FUC) |
| link matrix_deinit function | |
| #define | DRIVER_MULTI_BUTTON_LINK_MATRIX_WRITE_ROW(HANDLE, FUC) |
| link matrix_write_row function | |
| #define | DRIVER_MULTI_BUTTON_LINK_MATRIX_READ_ROW(HANDLE, FUC) |
| link matrix_read_row function | |
| #define | DRIVER_MULTI_BUTTON_LINK_TIMESTAMP_READ(HANDLE, FUC) |
| link timestamp_read function | |
| #define | DRIVER_MULTI_BUTTON_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_MULTI_BUTTON_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_MULTI_BUTTON_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
multi_button link driver modules
| #define DRIVER_MULTI_BUTTON_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 255 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 247 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize multi_button_handle_t structure
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | STRUCTURE | multi_button_handle_t |
Definition at line 199 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_MATRIX_DEINIT | ( | HANDLE, | |
| FUC ) |
link matrix_deinit function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a matrix_deinit function address |
Definition at line 215 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_MATRIX_INIT | ( | HANDLE, | |
| FUC ) |
link matrix_init function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a matrix_init function address |
Definition at line 207 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_MATRIX_READ_ROW | ( | HANDLE, | |
| FUC ) |
link matrix_read_row function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a matrix_read_row function address |
Definition at line 231 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_MATRIX_WRITE_ROW | ( | HANDLE, | |
| FUC ) |
link matrix_write_row function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a matrix_write_row function address |
Definition at line 223 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 263 of file driver_multi_button.h.
| #define DRIVER_MULTI_BUTTON_LINK_TIMESTAMP_READ | ( | HANDLE, | |
| FUC ) |
link timestamp_read function
| [in] | HANDLE | pointer to a multi_button handle structure |
| [in] | FUC | pointer to a timestamp_read function address |
Definition at line 239 of file driver_multi_button.h.