EFM32 Jade Gecko 12 Software Documentation
efm32jg12-doc-5.1.2
|
Configuration structure for alternate excitation.
Definition at line 985 of file em_lesense.h.
#include <em_lesense.h>
Data Fields | |
LESENSE_AltExDesc_TypeDef | AltEx [16] |
LESENSE_AltExMap_TypeDef | altExMap |
LESENSE_AltExDesc_TypeDef LESENSE_ConfAltEx_TypeDef::AltEx[16] |
Alternate excitation channel descriptors. When altExMap==lesenseAltExMapALTEX only the 8 first descriptors are used. In this mode they describe the configuration of the LES_ALTEX0-7 pins. When altExMap==lesenseAltExMapACMP all 16 descriptors are used. In this mode they describe the configuration of the 16 possible ACMP0-1 excitation channels. Please refer to the user manual for a complete mapping of the routing. NOTE: Some parameters in the descriptors are not valid when altExMap==lesenseAltExMapACMP. Please refer to the definition of the LESENSE_AltExDesc_TypeDef structure for details regarding which parameters are valid.
Definition at line 1002 of file em_lesense.h.
Referenced by LESENSE_AltExConfig().
LESENSE_AltExMap_TypeDef LESENSE_ConfAltEx_TypeDef::altExMap |
Select alternate excitation mapping.
Definition at line 988 of file em_lesense.h.
Referenced by LESENSE_AltExConfig().