IRPyro API
(sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
|
Defines to configure the IRPyro AFE register. More...
Macros | |
#define | CLK_DISABLE 0x00 |
#define | CLK_ENABLE 0x01 |
#define | HP_DISABLE 0x00 |
#define | HP_ENABLE 0x01 |
#define | INT_DISABLE 0x00 |
#define | INT_ENABLE 0x01 |
#define | LOW_PASS_15 0x01 |
#define | LOW_PASS_180 0x00 |
#define | LOW_PASS_22_5 0x03 |
#define | LOW_PASS_30 0x00 |
#define | LOW_PASS_3_75 0x03 |
#define | LOW_PASS_45 0x02 |
#define | LOW_PASS_75 0x02 |
#define | LOW_PASS_90 0x01 |
#define | LOW_POWER_DISABLE 0x00 |
#define | LOW_POWER_ENABLE 0x01 |
#define | MASTER 0x00 |
#define | SLAVE 0x01 |
#define | TEMP_DISABLE 0x00 |
#define | TEMP_ENABLE 0x01 |
Defines to configure the IRPyro AFE register.
* The analogue front end packet contains the settings that control the * common analogue front end settings using 2 Bytes. * More meaningful defines for configuration. *
#define CLK_DISABLE 0x00 |
Definition at line 70 of file IRPyro_API_single_device_layer.h.
#define CLK_ENABLE 0x01 |
Definition at line 71 of file IRPyro_API_single_device_layer.h.
#define HP_DISABLE 0x00 |
Definition at line 72 of file IRPyro_API_single_device_layer.h.
#define HP_ENABLE 0x01 |
Definition at line 73 of file IRPyro_API_single_device_layer.h.
#define INT_DISABLE 0x00 |
Definition at line 64 of file IRPyro_API_single_device_layer.h.
#define INT_ENABLE 0x01 |
Definition at line 65 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_15 0x01 |
Definition at line 81 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_180 0x00 |
Definition at line 76 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_22_5 0x03 |
Definition at line 79 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_30 0x00 |
Definition at line 80 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_3_75 0x03 |
Definition at line 83 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_45 0x02 |
Definition at line 78 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_75 0x02 |
Definition at line 82 of file IRPyro_API_single_device_layer.h.
#define LOW_PASS_90 0x01 |
Definition at line 77 of file IRPyro_API_single_device_layer.h.
#define LOW_POWER_DISABLE 0x00 |
Definition at line 74 of file IRPyro_API_single_device_layer.h.
#define LOW_POWER_ENABLE 0x01 |
Definition at line 75 of file IRPyro_API_single_device_layer.h.
#define MASTER 0x00 |
Definition at line 68 of file IRPyro_API_single_device_layer.h.
#define SLAVE 0x01 |
Definition at line 69 of file IRPyro_API_single_device_layer.h.
#define TEMP_DISABLE 0x00 |
Definition at line 66 of file IRPyro_API_single_device_layer.h.
#define TEMP_ENABLE 0x01 |
Definition at line 67 of file IRPyro_API_single_device_layer.h.