EFM32 Pearl Gecko 12 Software Documentation
efm32pg12-doc-5.1.2
|
#include <em_rtcc.h>
RTCC_CapComChMode_TypeDef RTCC_CCChConf_TypeDef::chMode |
Select the mode of the Capture/Compare channel.
Definition at line 232 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().
RTCC_CompBase_TypeDef RTCC_CCChConf_TypeDef::compBase |
Comparison base of the channel in compare mode.
Definition at line 244 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().
uint8_t RTCC_CCChConf_TypeDef::compMask |
The COMPMASK (5 bit) most significant bits of the compare value will not be subject to comparison.
Definition at line 248 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().
RTCC_CompMatchOutAction_TypeDef RTCC_CCChConf_TypeDef::compMatchOutAction |
Compare mode channel match output action.
Definition at line 235 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().
RTCC_DayCompareMode_TypeDef RTCC_CCChConf_TypeDef::dayCompMode |
RTCC_InEdgeSel_TypeDef RTCC_CCChConf_TypeDef::inputEdgeSel |
Capture mode channel input edge selection.
Definition at line 241 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().
RTCC_PRSSel_TypeDef RTCC_CCChConf_TypeDef::prsSel |
Capture mode channel PRS input channel selection.
Definition at line 238 of file em_rtcc.h.
Referenced by RTCC_ChannelInit().