|  | LibDriver CCS811
    | 
ccs811 extern driver modules More...
| Functions | |
| uint8_t | ccs811_set_reg (ccs811_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| set the chip register | |
| uint8_t | ccs811_get_reg (ccs811_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) | 
| get the chip register | |
ccs811 extern driver modules
| uint8_t ccs811_get_reg | ( | ccs811_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
get the chip register
| [in] | *handle | pointer to a ccs811 handle structure | 
| [in] | reg | iic register address | 
| [out] | *buf | pointer to a data buffer | 
| [in] | len | data buffer length | 
Definition at line 2052 of file driver_ccs811.c.
| uint8_t ccs811_set_reg | ( | ccs811_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) | 
set the chip register
| [in] | *handle | pointer to a ccs811 handle structure | 
| [in] | reg | iic register address | 
| [in] | *buf | pointer to a data buffer | 
| [in] | len | data buffer length | 
Definition at line 2025 of file driver_ccs811.c.