EFM32 Jade Gecko 12 Software Documentation
efm32jg12-doc-5.1.2
|
Alternate excitation descriptor structure.
Definition at line 963 of file em_lesense.h.
#include <em_lesense.h>
Data Fields | |
bool | alwaysEx |
bool | enablePin |
LESENSE_AltExPinIdle_TypeDef | idleConf |
bool LESENSE_AltExDesc_TypeDef::alwaysEx |
Configure how to control the external alternate excitation pins. Only applies if altExMap has been set to lesenseAltExMapALTEX. If true, the excitation happens on the corresponding alternate excitation pin during the excitation periods of all enabled channels. If false, the excitation happens on the corresponding alternate excitation pin ONLY during the excitation period of the corresponding channel. The alwaysEx parameter is not valid when altExMap==lesenseAltExMapACMP.
Definition at line 980 of file em_lesense.h.
Referenced by LESENSE_AltExConfig().
bool LESENSE_AltExDesc_TypeDef::enablePin |
Configure alternate excitation pins. If set, the corresponding alternate excitation pin/signal is enabled.
Definition at line 967 of file em_lesense.h.
Referenced by LESENSE_AltExConfig().
LESENSE_AltExPinIdle_TypeDef LESENSE_AltExDesc_TypeDef::idleConf |
Configure idle phase setup of alternate excitation pins. The idleConf parameter is not valid when altExMap==lesenseAltExMapACMP.
Definition at line 971 of file em_lesense.h.
Referenced by LESENSE_AltExConfig().