|  | LibDriver CCS811
    | 
ccs811 link driver modules More...
| Macros | |
| #define | DRIVER_CCS811_LINK_INIT(HANDLE, STRUCTURE) | 
| initialize ccs811_handle_t structure | |
| #define | DRIVER_CCS811_LINK_IIC_INIT(HANDLE, FUC) | 
| link iic_init function | |
| #define | DRIVER_CCS811_LINK_IIC_DEINIT(HANDLE, FUC) | 
| link iic_deinit function | |
| #define | DRIVER_CCS811_LINK_IIC_WRITE(HANDLE, FUC) | 
| link iic_write function | |
| #define | DRIVER_CCS811_LINK_IIC_READ(HANDLE, FUC) | 
| link iic_read function | |
| #define | DRIVER_CCS811_LINK_GPIO_WAKE_INIT(HANDLE, FUC) | 
| link gpio_wake_init function | |
| #define | DRIVER_CCS811_LINK_GPIO_WAKE_DEINIT(HANDLE, FUC) | 
| link gpio_wake_deinit function | |
| #define | DRIVER_CCS811_LINK_GPIO_WAKE_WRITE(HANDLE, FUC) | 
| link gpio_wake_write function | |
| #define | DRIVER_CCS811_LINK_GPIO_RESET_INIT(HANDLE, FUC) | 
| link gpio_reset_init function | |
| #define | DRIVER_CCS811_LINK_GPIO_RESET_DEINIT(HANDLE, FUC) | 
| link gpio_reset_deinit function | |
| #define | DRIVER_CCS811_LINK_GPIO_RESET_WRITE(HANDLE, FUC) | 
| link gpio_reset_write function | |
| #define | DRIVER_CCS811_LINK_BIN_READ_INIT(HANDLE, FUC) | 
| link bin_read_init function | |
| #define | DRIVER_CCS811_LINK_BIN_READ_DEINIT(HANDLE, FUC) | 
| link bin_read_deinit function | |
| #define | DRIVER_CCS811_LINK_BIN_READ(HANDLE, FUC) | 
| link bin_read function | |
| #define | DRIVER_CCS811_LINK_DELAY_MS(HANDLE, FUC) | 
| link delay_ms function | |
| #define | DRIVER_CCS811_LINK_DEBUG_PRINT(HANDLE, FUC) | 
| link debug_print function | |
ccs811 link driver modules
| #define DRIVER_CCS811_LINK_BIN_READ | ( | HANDLE, | |
| FUC ) | 
link bin_read function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a bin_read function address | 
Definition at line 284 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_BIN_READ_DEINIT | ( | HANDLE, | |
| FUC ) | 
link bin_read_deinit function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a bin_read_deinit function address | 
Definition at line 276 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_BIN_READ_INIT | ( | HANDLE, | |
| FUC ) | 
link bin_read_init function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a bin_read_init function address | 
Definition at line 268 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_DEBUG_PRINT | ( | HANDLE, | |
| FUC ) | 
link debug_print function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a debug_print function address | 
Definition at line 300 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_DELAY_MS | ( | HANDLE, | |
| FUC ) | 
link delay_ms function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a delay_ms function address | 
Definition at line 292 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_RESET_DEINIT | ( | HANDLE, | |
| FUC ) | 
link gpio_reset_deinit function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_reset_deinit function address | 
Definition at line 252 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_RESET_INIT | ( | HANDLE, | |
| FUC ) | 
link gpio_reset_init function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_reset_init function address | 
Definition at line 244 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_RESET_WRITE | ( | HANDLE, | |
| FUC ) | 
link gpio_reset_write function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_reset_write function address | 
Definition at line 260 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_WAKE_DEINIT | ( | HANDLE, | |
| FUC ) | 
link gpio_wake_deinit function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_wake_deinit function address | 
Definition at line 228 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_WAKE_INIT | ( | HANDLE, | |
| FUC ) | 
link gpio_wake_init function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_wake_init function address | 
Definition at line 220 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_GPIO_WAKE_WRITE | ( | HANDLE, | |
| FUC ) | 
link gpio_wake_write function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to a gpio_wake_write function address | 
Definition at line 236 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_IIC_DEINIT | ( | HANDLE, | |
| FUC ) | 
link iic_deinit function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to an iic_deinit function address | 
Definition at line 196 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_IIC_INIT | ( | HANDLE, | |
| FUC ) | 
link iic_init function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to an iic_init function address | 
Definition at line 188 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_IIC_READ | ( | HANDLE, | |
| FUC ) | 
link iic_read function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to an iic_read function address | 
Definition at line 212 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_IIC_WRITE | ( | HANDLE, | |
| FUC ) | 
link iic_write function
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | FUC | pointer to an iic_write function address | 
Definition at line 204 of file driver_ccs811.h.
| #define DRIVER_CCS811_LINK_INIT | ( | HANDLE, | |
| STRUCTURE ) | 
initialize ccs811_handle_t structure
| [in] | HANDLE | pointer to a ccs811 handle structure | 
| [in] | STRUCTURE | ccs811_handle_t | 
Definition at line 180 of file driver_ccs811.h.