|  | LibDriver CCS811
    | 
ccs811 app driver modules More...
| Functions | |
| uint8_t | ccs811_app_erase (ccs811_handle_t *handle) | 
| app erase | |
| uint8_t | ccs811_app_verify (ccs811_handle_t *handle) | 
| app verify | |
| uint8_t | ccs811_app_start (ccs811_handle_t *handle) | 
| app start | |
| uint8_t | ccs811_app_program (ccs811_handle_t *handle, uint8_t *rom, uint32_t len) | 
| app program | |
| uint8_t | ccs811_app_firmware_init (ccs811_handle_t *handle) | 
| app firmware initialize | |
| uint8_t | ccs811_app_firmware_update (ccs811_handle_t *handle, char *path) | 
| app firmware update | |
ccs811 app driver modules
| uint8_t ccs811_app_erase | ( | ccs811_handle_t * | handle | ) | 
app erase
| [in] | *handle | pointer to a ccs811 handle structure | 
Definition at line 956 of file driver_ccs811.c.
| uint8_t ccs811_app_firmware_init | ( | ccs811_handle_t * | handle | ) | 
app firmware initialize
| [in] | *handle | pointer to a ccs811 handle structure | 
Definition at line 1759 of file driver_ccs811.c.
| uint8_t ccs811_app_firmware_update | ( | ccs811_handle_t * | handle, | 
| char * | path ) | 
app firmware update
| [in] | *handle | pointer to a ccs811 handle structure | 
| [in] | *path | pointer a path buffer | 
Definition at line 1370 of file driver_ccs811.c.
| uint8_t ccs811_app_program | ( | ccs811_handle_t * | handle, | 
| uint8_t * | rom, | ||
| uint32_t | len ) | 
app program
| [in] | *handle | pointer to a ccs811 handle structure | 
| [in] | *rom | pointer to a rom buffer | 
| [in] | len | rom length | 
Definition at line 1124 of file driver_ccs811.c.
| uint8_t ccs811_app_start | ( | ccs811_handle_t * | handle | ) | 
app start
| [in] | *handle | pointer to a ccs811 handle structure | 
Definition at line 1067 of file driver_ccs811.c.
| uint8_t ccs811_app_verify | ( | ccs811_handle_t * | handle | ) | 
app verify
| [in] | *handle | pointer to a ccs811 handle structure | 
Definition at line 1012 of file driver_ccs811.c.