![]() |
LibDriver IR_REMOTE
|
ir_remote link driver modules More...
Macros | |
| #define | DRIVER_IR_REMOTE_LINK_INIT(HANDLE, STRUCTURE) |
| initialize ir_remote_handle_t structure | |
| #define | DRIVER_IR_REMOTE_LINK_TIMESTAMP_READ(HANDLE, FUC) |
| link timestamp_read function | |
| #define | DRIVER_IR_REMOTE_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_IR_REMOTE_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
| #define | DRIVER_IR_REMOTE_LINK_RECEIVE_CALLBACK(HANDLE, FUC) |
| link receive_callback function | |
ir_remote link driver modules
| #define DRIVER_IR_REMOTE_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an ir_remote handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 179 of file driver_ir_remote.h.
| #define DRIVER_IR_REMOTE_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an ir_remote handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 171 of file driver_ir_remote.h.
| #define DRIVER_IR_REMOTE_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize ir_remote_handle_t structure
| [in] | HANDLE | pointer to an ir_remote handle structure |
| [in] | STRUCTURE | ir_remote_handle_t |
Definition at line 155 of file driver_ir_remote.h.
| #define DRIVER_IR_REMOTE_LINK_RECEIVE_CALLBACK | ( | HANDLE, | |
| FUC ) |
link receive_callback function
| [in] | HANDLE | pointer to an ir_remote handle structure |
| [in] | FUC | pointer to a receive_callback function address |
Definition at line 187 of file driver_ir_remote.h.
| #define DRIVER_IR_REMOTE_LINK_TIMESTAMP_READ | ( | HANDLE, | |
| FUC ) |
link timestamp_read function
| [in] | HANDLE | pointer to an ir_remote handle structure |
| [in] | FUC | pointer to a timestamp_read function address |
Definition at line 163 of file driver_ir_remote.h.