IRPyro API
(sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
|
IRPyro FIFO packet structure definition. More...
#include <IRPyro_API_single_device_layer.h>
Data Fields | |
uint8_t | COUNT |
Number of frames available. More... | |
uint8_t | DATA_READY |
Data ready. More... | |
uint8_t | STATUS_CODE |
response to read operation: 00 no error, 01 fifo full, 10 i2c master read less, 11 i2c master read more More... | |
uint8_t | WAKE |
IRPyro FIFO packet structure definition.
Definition at line 251 of file IRPyro_API_single_device_layer.h.
uint8_t FIFO_reg::COUNT |
Number of frames available.
Definition at line 255 of file IRPyro_API_single_device_layer.h.
uint8_t FIFO_reg::DATA_READY |
Data ready.
Definition at line 256 of file IRPyro_API_single_device_layer.h.
uint8_t FIFO_reg::STATUS_CODE |
response to read operation: 00 no error, 01 fifo full, 10 i2c master read less, 11 i2c master read more
Definition at line 254 of file IRPyro_API_single_device_layer.h.
uint8_t FIFO_reg::WAKE |
Definition at line 253 of file IRPyro_API_single_device_layer.h.