![Infineon Technologies TC1796 Скачать руководство пользователя страница 1787](http://html1.mh-extra.com/html/infineon-technologies/tc1796/tc1796_user-manual_20554371787.webp)
TC1796
Peripheral Units (Vol. 2 of 2)
General Purpose Timer Array (GPTA)
User’s Manual
24-132
V2.0, 2007-07
GPTA, V2.0
Compare(m)
if ( ((GTCk.X == GTm.Timer) and ((GTCk.X_Write_Access) or (GTm.Timer_Event))) or
((GTCk.Greater_Equal_Select) and (GTCk.X_Write_Access)
and (GTm.Timer_Greater_Equal_Comp)) ) then
if (GTCk.Capture_After_Compare) then
if (GTCk.Capture_Alternate_Timer) then
GTCk.X = GT(!m).Timer
else
GTCk.X = GTm.Timer
endif
endif
trig(GTCk.Service_Request_Trigger)
GTCk.Event = 1
else
GTCk.Event = 0
endif