EFM32 Wonder Gecko Software Documentation
efm32wg-doc-5.1.2
|
LESENSE timing control descriptor structure.
Definition at line 596 of file em_lesense.h.
#include <em_lesense.h>
Data Fields | |
bool | delayAuxStartup |
uint8_t | startDelay |
bool LESENSE_TimeCtrlDesc_TypeDef::delayAuxStartup |
Set to true do delay the startup of AUXHFRCO until the system enters the excite phase. This will reduce the time AUXHFRCO is enabled and reduce power usage.
Definition at line 606 of file em_lesense.h.
Referenced by LESENSE_Init().
uint8_t LESENSE_TimeCtrlDesc_TypeDef::startDelay |
Set the number of LFACLK cycles to delay sensor interaction on each channel. Valid range: 0-3 (2 bit).
Definition at line 600 of file em_lesense.h.
Referenced by LESENSE_Init().