release/EM_CMSIS_3.20.6/Device/SiliconLabs/EFM32LG/Include/efm32lg_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