![]() |
LibDriver AFS01
|
afs01 link driver modules More...
Macros | |
| #define | DRIVER_AFS01_LINK_INIT(HANDLE, STRUCTURE) |
| initialize afs01_handle_t structure | |
| #define | DRIVER_AFS01_LINK_IIC_INIT(HANDLE, FUC) |
| link iic_init function | |
| #define | DRIVER_AFS01_LINK_IIC_DEINIT(HANDLE, FUC) |
| link iic_deinit function | |
| #define | DRIVER_AFS01_LINK_IIC_READ_ADDRESS16(HANDLE, FUC) |
| link iic_read_address16 function | |
| #define | DRIVER_AFS01_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_AFS01_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
afs01 link driver modules
| #define DRIVER_AFS01_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 145 of file driver_afs01.h.
| #define DRIVER_AFS01_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 137 of file driver_afs01.h.
| #define DRIVER_AFS01_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) |
link iic_deinit function
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | FUC | pointer to an iic_deinit function address |
Definition at line 121 of file driver_afs01.h.
| #define DRIVER_AFS01_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) |
link iic_init function
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | FUC | pointer to an iic_init function address |
Definition at line 113 of file driver_afs01.h.
| #define DRIVER_AFS01_LINK_IIC_READ_ADDRESS16 | ( | HANDLE, | |
| FUC ) |
link iic_read_address16 function
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | FUC | pointer to an iic_read_address16 function address |
Definition at line 129 of file driver_afs01.h.
| #define DRIVER_AFS01_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize afs01_handle_t structure
| [in] | HANDLE | pointer to an afs01 handle structure |
| [in] | STRUCTURE | afs01_handle_t |
Definition at line 105 of file driver_afs01.h.