Diego Ostuni / ST25R3911
Embed: (wiki syntax)

« Back to documentation index

st25r3911WakeUpConfig Struct Reference

st25r3911WakeUpConfig Struct Reference
[ST25R3911_Driver]

#include <ST25R3911.h>

Data Fields

st25r3911WumPeriod period
bool irqTout
bool enabled
uint8_t delta
uint8_t reference
bool autoAvg
bool aaInclMeas
st25r3911WumAAWeight aaWeight

Detailed Description

ST25R3911 Wake-Up Mode configuration

Definition at line 163 of file ST25R3911.h.


Field Documentation

bool aaInclMeas

When AutoAvg is enables, include IRQ measurement

Definition at line 173 of file ST25R3911.h.

When AutoAvg is enables, last measure weight

Definition at line 174 of file ST25R3911.h.

bool autoAvg

Use the HW Auto Averaging feature

Definition at line 172 of file ST25R3911.h.

uint8_t delta

Delta between the reference and measurement to wake-up

Definition at line 170 of file ST25R3911.h.

bool enabled

Inductive Amplitude measurement enabled

Inductive Phase measurement enabled

Capacitive measurement enabled

Definition at line 169 of file ST25R3911.h.

bool irqTout

IRQ at every timeout will refresh the measurement(s)

Definition at line 166 of file ST25R3911.h.

Wake-Up Timer period;how often measurement(s) is performed

Definition at line 165 of file ST25R3911.h.

uint8_t reference

Reference to be used; or ST25R3911_WUM_REFRENCE_AUTO

Definition at line 171 of file ST25R3911.h.