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

OK / ERR return codes for IRPyro I2C commands. More...

Collaboration diagram for IRPyro I2C Operation result codes:

Macros

#define IRPyro_FIFO_CLEAR_ERR   0X2A
 
#define IRPyro_FIFO_CLEAR_OK   0X29
 
#define IRPyro_FIFO_RESET_ERR   0X32
 
#define IRPyro_FIFO_RESET_OK   0X31
 
#define IRPyro_GO_TO_SLEEP_ERR   0X82
 
#define IRPyro_GO_TO_SLEEP_OK   0X81
 
#define IRPyro_RESET_FULL_ERR   0X9A
 
#define IRPyro_RESET_FULL_OK   0X99
 
#define IRPyro_RESET_SOFT_ERR   0X92
 
#define IRPyro_RESET_SOFT_OK   0X91
 
#define IRPyro_TEST_ERR   0x02
 
#define IRPyro_TEST_OK   0x01
 
#define IRPyro_WAKE_UP_ERR   0X8A
 
#define IRPyro_WAKE_UP_OK   0X89
 

Detailed Description

OK / ERR return codes for IRPyro I2C commands.

Note
Do not modify the values since they are hardware dependent

Macro Definition Documentation

◆ IRPyro_FIFO_CLEAR_ERR

#define IRPyro_FIFO_CLEAR_ERR   0X2A

Definition at line 107 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_FIFO_CLEAR_OK

#define IRPyro_FIFO_CLEAR_OK   0X29

Definition at line 106 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_FIFO_RESET_ERR

#define IRPyro_FIFO_RESET_ERR   0X32

Definition at line 109 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_FIFO_RESET_OK

#define IRPyro_FIFO_RESET_OK   0X31

Definition at line 108 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_GO_TO_SLEEP_ERR

#define IRPyro_GO_TO_SLEEP_ERR   0X82

Definition at line 111 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_GO_TO_SLEEP_OK

#define IRPyro_GO_TO_SLEEP_OK   0X81

Definition at line 110 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_RESET_FULL_ERR

#define IRPyro_RESET_FULL_ERR   0X9A

Definition at line 117 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_RESET_FULL_OK

#define IRPyro_RESET_FULL_OK   0X99

Definition at line 116 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_RESET_SOFT_ERR

#define IRPyro_RESET_SOFT_ERR   0X92

Definition at line 115 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_RESET_SOFT_OK

#define IRPyro_RESET_SOFT_OK   0X91

Definition at line 114 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_TEST_ERR

#define IRPyro_TEST_ERR   0x02

Definition at line 105 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_TEST_OK

#define IRPyro_TEST_OK   0x01

Definition at line 104 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_WAKE_UP_ERR

#define IRPyro_WAKE_UP_ERR   0X8A

Definition at line 113 of file IRPyro_API_single_device_layer.c.

◆ IRPyro_WAKE_UP_OK

#define IRPyro_WAKE_UP_OK   0X89

Definition at line 112 of file IRPyro_API_single_device_layer.c.