RTCC capture/compare channel configuration structure.
Public Attributes#
Select mode of Capture/Compare channel.
Compare mode channel match output action.
Capture mode channel PRS input channel selection.
Capture mode channel input edge selection.
Comparison base of channel in compare mode.
uint8_t
The COMPMASK (5 bit) most significant bits of compare value will not be subject to comparison.
Day compare mode.
Public Attribute Documentation#
chMode#
RTCC_CapComChMode_TypeDef RTCC_CCChConf_TypeDef::chMode
Select mode of Capture/Compare channel.
Definition at line
257
of file platform/emlib/inc/em_rtcc.h
compMatchOutAction#
RTCC_CompMatchOutAction_TypeDef RTCC_CCChConf_TypeDef::compMatchOutAction
Compare mode channel match output action.
Definition at line
260
of file platform/emlib/inc/em_rtcc.h
prsSel#
RTCC_PRSSel_TypeDef RTCC_CCChConf_TypeDef::prsSel
Capture mode channel PRS input channel selection.
Definition at line
263
of file platform/emlib/inc/em_rtcc.h
inputEdgeSel#
RTCC_InEdgeSel_TypeDef RTCC_CCChConf_TypeDef::inputEdgeSel
Capture mode channel input edge selection.
Definition at line
266
of file platform/emlib/inc/em_rtcc.h
compBase#
RTCC_CompBase_TypeDef RTCC_CCChConf_TypeDef::compBase
Comparison base of channel in compare mode.
Definition at line
269
of file platform/emlib/inc/em_rtcc.h
compMask#
uint8_t RTCC_CCChConf_TypeDef::compMask
The COMPMASK (5 bit) most significant bits of compare value will not be subject to comparison.
Definition at line
274
of file platform/emlib/inc/em_rtcc.h
dayCompMode#
RTCC_DayCompareMode_TypeDef RTCC_CCChConf_TypeDef::dayCompMode
Day compare mode.
Definition at line
279
of file platform/emlib/inc/em_rtcc.h