RTCC_CCChConf_TypeDef Struct Reference

RTCC capture/compare channel configuration structure.

#include <em_rtcc.h>

Data Fields

RTCC_CapComChMode_TypeDef chMode
 Select mode of Capture/Compare channel.
 
RTCC_CompMatchOutAction_TypeDef compMatchOutAction
 Compare mode channel match output action.
 
RTCC_PRSSel_TypeDef prsSel
 Capture mode channel PRS input channel selection.
 
RTCC_InEdgeSel_TypeDef inputEdgeSel
 Capture mode channel input edge selection.
 
RTCC_CompBase_TypeDef compBase
 Comparison base of channel in compare mode.
 
uint8_t compMask
 The COMPMASK (5 bit) most significant bits of compare value will not be subject to comparison.
 
RTCC_DayCompareMode_TypeDef dayCompMode
 Day compare mode.
 

RTCC capture/compare channel configuration structure.

Field Documentation

◆ chMode

RTCC_CapComChMode_TypeDef RTCC_CCChConf_TypeDef::chMode

Select mode of Capture/Compare channel.

◆ compMatchOutAction

RTCC_CompMatchOutAction_TypeDef RTCC_CCChConf_TypeDef::compMatchOutAction

Compare mode channel match output action.

◆ prsSel

RTCC_PRSSel_TypeDef RTCC_CCChConf_TypeDef::prsSel

Capture mode channel PRS input channel selection.

◆ inputEdgeSel

RTCC_InEdgeSel_TypeDef RTCC_CCChConf_TypeDef::inputEdgeSel

Capture mode channel input edge selection.

◆ compBase

RTCC_CompBase_TypeDef RTCC_CCChConf_TypeDef::compBase

Comparison base of channel in compare mode.

◆ compMask

uint8_t RTCC_CCChConf_TypeDef::compMask

The COMPMASK (5 bit) most significant bits of compare value will not be subject to comparison.


◆ dayCompMode

RTCC_DayCompareMode_TypeDef RTCC_CCChConf_TypeDef::dayCompMode

Day compare mode.