![]() |
LibDriver HTU21D
|
htu21d link driver modules More...
Macros | |
| #define | DRIVER_HTU21D_LINK_INIT(HANDLE, STRUCTURE) |
| initialize htu21d_handle_t structure | |
| #define | DRIVER_HTU21D_LINK_IIC_INIT(HANDLE, FUC) |
| link iic_init function | |
| #define | DRIVER_HTU21D_LINK_IIC_DEINIT(HANDLE, FUC) |
| link iic_deinit function | |
| #define | DRIVER_HTU21D_LINK_IIC_WRITE_CMD(HANDLE, FUC) |
| link iic_write_cmd function | |
| #define | DRIVER_HTU21D_LINK_IIC_READ_CMD(HANDLE, FUC) |
| link iic_read_cmd function | |
| #define | DRIVER_HTU21D_LINK_IIC_WRITE(HANDLE, FUC) |
| link iic_write function | |
| #define | DRIVER_HTU21D_LINK_IIC_READ(HANDLE, FUC) |
| link iic_read function | |
| #define | DRIVER_HTU21D_LINK_IIC_READ_WITH_SCL(HANDLE, FUC) |
| link iic_read_with_scl function | |
| #define | DRIVER_HTU21D_LINK_DELAY_MS(HANDLE, FUC) |
| link delay_ms function | |
| #define | DRIVER_HTU21D_LINK_DEBUG_PRINT(HANDLE, FUC) |
| link debug_print function | |
htu21d link driver modules
| #define DRIVER_HTU21D_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) |
link debug_print function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to a debug_print function address |
Definition at line 221 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) |
link delay_ms function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to a delay_ms function address |
Definition at line 213 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) |
link iic_deinit function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_deinit function address |
Definition at line 165 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) |
link iic_init function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_init function address |
Definition at line 157 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_READ | ( | HANDLE, | |
| FUC ) |
link iic_read function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_read function address |
Definition at line 197 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_READ_CMD | ( | HANDLE, | |
| FUC ) |
link iic_read_cmd function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_read_cmd function address |
Definition at line 181 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_READ_WITH_SCL | ( | HANDLE, | |
| FUC ) |
link iic_read_with_scl function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_read_with_scl function address |
Definition at line 205 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_WRITE | ( | HANDLE, | |
| FUC ) |
link iic_write function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_write function address |
Definition at line 189 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_IIC_WRITE_CMD | ( | HANDLE, | |
| FUC ) |
link iic_write_cmd function
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | FUC | pointer to an iic_write_cmd function address |
Definition at line 173 of file driver_htu21d.h.
| #define DRIVER_HTU21D_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) |
initialize htu21d_handle_t structure
| [in] | HANDLE | pointer to an htu21d handle structure |
| [in] | STRUCTURE | htu21d_handle_t |
Definition at line 149 of file driver_htu21d.h.