![]() |
LibDriver ADS1110
|
ads1110 link driver modules More...
Macros | |
| #define | DRIVER_ADS1110_LINK_INIT(HANDLE, STRUCTURE) |
| initialize ads1110_handle_t structure | |
| #define | DRIVER_ADS1110_LINK_IIC_INIT(HANDLE, FUC) |
| link iic_init function | |
| #define | DRIVER_ADS1110_LINK_IIC_DEINIT(HANDLE, FUC) |
| link iic_deinit function | |
| #define | DRIVER_ADS1110_LINK_IIC_READ_COMMAND(HANDLE, FUC) |
| link iic_read_cmd function | |
| #define | DRIVER_ADS1110_LINK_IIC_WRITE_COMMAND(HANDLE, FUC) |
| link iic_write_cmd function | |
| #define | DRIVER_ADS1110_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_ADS1110_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
ads1110 link driver modules
| #define DRIVER_ADS1110_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 192 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 184 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) |
link iic_deinit function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to an iic_deinit function address |
Definition at line 160 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) |
link iic_init function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to an iic_init function address |
Definition at line 152 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_IIC_READ_COMMAND | ( | HANDLE, | |
| FUC ) |
link iic_read_cmd function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to an iic_read_cmd function address |
Definition at line 168 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_IIC_WRITE_COMMAND | ( | HANDLE, | |
| FUC ) |
link iic_write_cmd function
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | FUC | pointer to an iic_write_cmd function address |
Definition at line 176 of file driver_ads1110.h.
| #define DRIVER_ADS1110_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize ads1110_handle_t structure
| [in] | HANDLE | pointer to an ads1110 handle structure |
| [in] | STRUCTURE | ads1110_handle_t |
Definition at line 144 of file driver_ads1110.h.