IRPyro API
(sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
|
IRPyro Channel Control Package register structure definition. More...
#include <IRPyro_API_single_device_layer.h>
Data Fields | |
uint8_t | Feedback_cap |
Feedback capacitor selection. More... | |
uint8_t | Feedback_transconductance |
Charge amp. trans-conductance selection. More... | |
uint8_t | High_pass_filter_setting |
High pass selection. More... | |
uint8_t | status_bit |
Status bit : Active (1) / Disable (0) More... | |
IRPyro Channel Control Package register structure definition.
Definition at line 206 of file IRPyro_API_single_device_layer.h.
uint8_t CCP_reg::Feedback_cap |
Feedback capacitor selection.
Definition at line 209 of file IRPyro_API_single_device_layer.h.
uint8_t CCP_reg::Feedback_transconductance |
Charge amp. trans-conductance selection.
Definition at line 211 of file IRPyro_API_single_device_layer.h.
uint8_t CCP_reg::High_pass_filter_setting |
High pass selection.
Definition at line 210 of file IRPyro_API_single_device_layer.h.
uint8_t CCP_reg::status_bit |
Status bit : Active (1) / Disable (0)
Definition at line 212 of file IRPyro_API_single_device_layer.h.