Appiko
Data Fields
pir_sense_cfg Struct Reference

Stucture for passing the configuration for initializing the PIR Sense module. More...

#include <pir_sense.h>

Data Fields

uint32_t pir_signal_analog_in
 The sampling interval in ms.
 
uint32_t pir_offset_analog_in
 The analog input number of PIR signal.
 
uint32_t threshold
 The analog input number of PIR offset.
 
uint32_t irq_priority
 
void(* handler )(int32_t adc_val)
 The interrupt priority for calling the handler.
 

Detailed Description

Definition at line 96 of file pir_sense.h.

Field Documentation

◆ irq_priority

uint32_t pir_sense_cfg::irq_priority

The (+/-) threshold to be crossed for the handler to be called

Definition at line 102 of file pir_sense.h.


The documentation for this struct was generated from the following file: