James Reynolds / AD594x Driver
Embed: (wiki syntax)

« Back to documentation index

WUPTCfg_Type Struct Reference

WUPTCfg_Type Struct Reference
[TypeDefinitions]

Wakeup Timer Configure. More...

#include <ad5940.h>

Data Fields

uint32_t WuptEndSeq
 end sequence selection WUPTENDSEQ_Const.
uint32_t WuptOrder [8]
 The 8 slots for WakeupTimer.
uint32_t SeqxSleepTime [4]
 Time before put AFE to sleep.
uint32_t SeqxWakeupTime [4]
 Time before Wakeup AFE.
BoolFlag WuptEn
 Timer enable.

Detailed Description

Wakeup Timer Configure.

Definition at line 4528 of file ad5940.h.


Field Documentation

uint32_t SeqxSleepTime[4]

Time before put AFE to sleep.

0 to 0x000f_ffff. We normally don't use this feature and it's disabled in AD5940_Initialize

Definition at line 4532 of file ad5940.h.

uint32_t SeqxWakeupTime[4]

Time before Wakeup AFE.

Definition at line 4533 of file ad5940.h.

Timer enable.

Once enabled, it starts to run.

Definition at line 4534 of file ad5940.h.

uint32_t WuptEndSeq

end sequence selection WUPTENDSEQ_Const.

Wupt will go back to slot A after this one is executed.

Definition at line 4530 of file ad5940.h.

uint32_t WuptOrder[8]

The 8 slots for WakeupTimer.

Place SEQID_Const to this array.

Definition at line 4531 of file ad5940.h.