|  | LibDriver EM4100
    | 
em4100 link driver modules More...
| Macros | |
| #define | DRIVER_EM4100_LINK_INIT(HANDLE, STRUCTURE) | 
| initialize em4100_handle_t structure | |
| #define | DRIVER_EM4100_LINK_CONTACTLESS_INIT(HANDLE, FUC) | 
| link contactless_init function | |
| #define | DRIVER_EM4100_LINK_CONTACTLESS_DEINIT(HANDLE, FUC) | 
| link contactless_deinit function | |
| #define | DRIVER_EM4100_LINK_CONTACTLESS_READ(HANDLE, FUC) | 
| link contactless_read function | |
| #define | DRIVER_EM4100_LINK_DELAY_MS(HANDLE, FUC) | 
| link delay_ms function | |
| #define | DRIVER_EM4100_LINK_DEBUG_PRINT(HANDLE, FUC) | 
| link debug_print function | |
em4100 link driver modules
| #define DRIVER_EM4100_LINK_CONTACTLESS_DEINIT | ( | HANDLE, | |
| FUC ) | 
link contactless_deinit function
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | FUC | pointer to a contactless_deinit function address | 
Definition at line 124 of file driver_em4100.h.
| #define DRIVER_EM4100_LINK_CONTACTLESS_INIT | ( | HANDLE, | |
| FUC ) | 
link contactless_init function
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | FUC | pointer to a contactless_init function address | 
Definition at line 116 of file driver_em4100.h.
| #define DRIVER_EM4100_LINK_CONTACTLESS_READ | ( | HANDLE, | |
| FUC ) | 
link contactless_read function
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | FUC | pointer to a contactless_read function address | 
Definition at line 132 of file driver_em4100.h.
| #define DRIVER_EM4100_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) | 
link debug_print function
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | FUC | pointer to a debug_print function address | 
Definition at line 148 of file driver_em4100.h.
| #define DRIVER_EM4100_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) | 
link delay_ms function
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | FUC | pointer to a delay_ms function address | 
Definition at line 140 of file driver_em4100.h.
| #define DRIVER_EM4100_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) | 
initialize em4100_handle_t structure
| [in] | HANDLE | pointer to an em4100 handle structure | 
| [in] | STRUCTURE | em4100_handle_t | 
Definition at line 108 of file driver_em4100.h.