release/EM_CMSIS_P1_4.0.0/Device/SiliconLabs/EFM32ZG/Include/efm32zg_timer_cc.h

Go to the documentation of this file.
00001 /**************************************************************************/
00032 /**************************************************************************/
00035 typedef struct
00036 {
00037   __IO uint32_t CTRL; 
00038   __IO uint32_t CCV;  
00039   __I uint32_t  CCVP; 
00040   __IO uint32_t CCVB; 
00041 } TIMER_CC_TypeDef;
00042