Lines Matching refs:CC
746 if ((timer->CC[ch].CFG & _TIMER_CC_CFG_MODE_MASK) == TIMER_CC_CFG_MODE_INPUTCAPTURE) { in TIMER_CaptureGet()
747 return timer->CC[ch].ICF; in TIMER_CaptureGet()
749 return timer->CC[ch].OC; in TIMER_CaptureGet()
752 return timer->CC[ch].CCV; in TIMER_CaptureGet()
772 if ((timer->CC[ch].CFG & _TIMER_CC_CFG_MODE_MASK) == TIMER_CC_CFG_MODE_INPUTCAPTURE) { in TIMER_CaptureBufGet()
773 return timer->CC[ch].ICOF; in TIMER_CaptureBufGet()
775 return timer->CC[ch].OCB; in TIMER_CaptureBufGet()
778 return timer->CC[ch].CCVB; in TIMER_CaptureBufGet()
808 timer->CC[ch].OCB = val; in TIMER_CompareBufSet()
810 timer->CC[ch].CCVB = val; in TIMER_CompareBufSet()
835 timer->CC[ch].OC = val; in TIMER_CompareSet()
837 timer->CC[ch].CCV = val; in TIMER_CompareSet()