IRPyro API  (sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor

Defines to configure the IRPyro WUP register. More...

Collaboration diagram for IRPyro WUP values:

Macros

#define DEFAULT_NO_EVENTS   0x0A
 
#define MAX_WUP_THRESHOLD   0xFF
 
#define MIN_WUP_THRESHOLD   0x00
 
#define NOT_IN_USE_VALUE   0x00
 
#define REF_CH_0   0x00
 
#define REF_CH_1   0x01
 
#define REF_CH_2   0x02
 
#define REF_CH_3   0x03
 
#define REF_CH_4   0x04
 
#define SAFE_WUP_THRESHOLD   0xB4
 
#define SEL_CH_0   0x00
 
#define SEL_CH_1   0x01
 
#define SEL_CH_2   0x02
 
#define SEL_CH_3   0x03
 
#define SEL_CH_4   0x04
 
#define SLEEP_MODE_ONE_CH   0x00
 
#define SLEEP_MODE_TWO_CH   0x01
 

Detailed Description

Defines to configure the IRPyro WUP register.

*    The wake up packet contains the thresholds used in the wake up algorithm.
*
*    More meaningful defines for configuration.
* 
Note
Do not modify

Macro Definition Documentation

#define DEFAULT_NO_EVENTS   0x0A

Definition at line 157 of file IRPyro_API_single_device_layer.h.

#define MAX_WUP_THRESHOLD   0xFF

Definition at line 159 of file IRPyro_API_single_device_layer.h.

#define MIN_WUP_THRESHOLD   0x00

Definition at line 160 of file IRPyro_API_single_device_layer.h.

#define NOT_IN_USE_VALUE   0x00

Definition at line 158 of file IRPyro_API_single_device_layer.h.

#define REF_CH_0   0x00

Definition at line 145 of file IRPyro_API_single_device_layer.h.

#define REF_CH_1   0x01

Definition at line 146 of file IRPyro_API_single_device_layer.h.

#define REF_CH_2   0x02

Definition at line 147 of file IRPyro_API_single_device_layer.h.

#define REF_CH_3   0x03

Definition at line 148 of file IRPyro_API_single_device_layer.h.

#define REF_CH_4   0x04

Definition at line 149 of file IRPyro_API_single_device_layer.h.

#define SAFE_WUP_THRESHOLD   0xB4

Definition at line 161 of file IRPyro_API_single_device_layer.h.

#define SEL_CH_0   0x00

Definition at line 150 of file IRPyro_API_single_device_layer.h.

#define SEL_CH_1   0x01

Definition at line 151 of file IRPyro_API_single_device_layer.h.

#define SEL_CH_2   0x02

Definition at line 152 of file IRPyro_API_single_device_layer.h.

#define SEL_CH_3   0x03

Definition at line 153 of file IRPyro_API_single_device_layer.h.

#define SEL_CH_4   0x04

Definition at line 154 of file IRPyro_API_single_device_layer.h.

#define SLEEP_MODE_ONE_CH   0x00

Definition at line 155 of file IRPyro_API_single_device_layer.h.

#define SLEEP_MODE_TWO_CH   0x01

Definition at line 156 of file IRPyro_API_single_device_layer.h.