IRPyro API
(sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
|
IRPyro Wake Up Package register structure definition. More...
#include <IRPyro_API_single_device_layer.h>
Data Fields | |
uint8_t | CH0_CH2 |
Selected channel coding. More... | |
uint8_t | DP0_DP2 |
Reference channel coding DP0-DP2: The Reference channel coding, and CH0-CH2: the selected channel coding. More... | |
uint8_t | LHT |
uint8_t | LLT |
uint8_t | ST |
Sleep_mode_type. More... | |
uint8_t | UHT |
Byte 0 to 3 (Upper and Lower thresholds) are the 8 MSB of channel ADC data (unsigned value). More... | |
uint8_t | ULT |
uint8_t | WT_Threshold |
Byte 4 is the number of samples required to trigger the wake up algorithm. ? UHT and ULT to detect positive wake-up event (UHT > ULT) ? LHT and LLT to detect negative wake-up event (LHT > LLT) ? Number of sample where the signal is in between threshold (WT). More... | |
IRPyro Wake Up Package register structure definition.
Definition at line 223 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::CH0_CH2 |
Selected channel coding.
Definition at line 237 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::DP0_DP2 |
Reference channel coding DP0-DP2: The Reference channel coding, and CH0-CH2: the selected channel coding.
Definition at line 231 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::LHT |
Definition at line 228 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::LLT |
Definition at line 229 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::ST |
Sleep_mode_type.
Definition at line 238 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::UHT |
Byte 0 to 3 (Upper and Lower thresholds) are the 8 MSB of channel ADC data (unsigned value).
Definition at line 226 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::ULT |
Definition at line 227 of file IRPyro_API_single_device_layer.h.
uint8_t WUP_reg::WT_Threshold |
Byte 4 is the number of samples required to trigger the wake up algorithm. ? UHT and ULT to detect positive wake-up event (UHT > ULT) ? LHT and LLT to detect negative wake-up event (LHT > LLT) ? Number of sample where the signal is in between threshold (WT).
Definition at line 230 of file IRPyro_API_single_device_layer.h.