EFM32 Jade Gecko 12 Software Documentation
efm32jg12-doc-5.1.2
|
Decoder state x configuration structure.
Definition at line 1100 of file em_lesense.h.
#include <em_lesense.h>
Data Fields | |
bool | chainDesc |
LESENSE_DecStCond_TypeDef | confA |
LESENSE_DecStCond_TypeDef | confB |
bool LESENSE_DecStDesc_TypeDef::chainDesc |
If enabled, the state descriptor pair in the next location will also be evaluated.
Definition at line 1104 of file em_lesense.h.
Referenced by LESENSE_DecoderStateConfig().
LESENSE_DecStCond_TypeDef LESENSE_DecStDesc_TypeDef::confA |
State condition descriptor A (high level descriptor of LESENSE_STx_DECCONFA).
Definition at line 1108 of file em_lesense.h.
Referenced by LESENSE_DecoderStateConfig().
LESENSE_DecStCond_TypeDef LESENSE_DecStDesc_TypeDef::confB |
State condition descriptor B (high level descriptor of LESENSE_STx_DECCONFB).
Definition at line 1112 of file em_lesense.h.
Referenced by LESENSE_DecoderStateConfig().