TC1796
Peripheral Units (Vol. 2 of 2)
General Purpose Timer Array (GPTA)
User’s Manual
24-144
V2.0, 2007-07
GPTA, V2.0
24.2.6.8 LTC Algorithm for Cell 63
LTC63_Control_Logic() “to be performed every GPTA clock”
Copy()
Copy()
Compare()
if (LTC63.Cell_Enable) then
if (LTC63.Signal_Input) then
LTC63.X = LTC63.X_Shadow
trig(LTC63.Service_Request_Trigger)
if (LTC63.One_Shot_Mode) then
LTC63.Cell_Enable = 0
endif
endif
endif