EasyManuals Logo

Infineon Technologies TC1796 User Manual

Infineon Technologies TC1796
2150 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #1781 background imageLoading...
Page #1781 background image
TC1796
Peripheral Units (Vol. 2 of 2)
General Purpose Timer Array (GPTA)
User’s Manual 24-126 V2.0, 2007-07
GPTA, V2.0
Check_Input()
if (DCMk.Signal_Input.Transition) then
if (DCMk.Signal_Input.Level) then //rising edge
trig(DCMk.Service_Request_Rising)
if (DCMk.Capture_On_Rising_Edge) then
DCMk.Capture_Value = DCMk.Timer
else
if (DCMk.Capcom_Opposite) then
DCMk.Capcom_Value = DCMk.Timer
endif
endif
if (DCMk.Clear_On_Rising_Edge) then
DCMk.Timer = 0
else DCMk.Timer ++
endif
if (DCMk.Clock_On_Rising_Edge) then
Generate pulse on DCMk.Signal_Output
endif
else //falling edge
trig(DCMk.Service_Request_Falling)
if (!DCMk.Capture_On_Rising_Edge) then
DCMk.Capture_Value = DCMk.Timer
else
if (DCMk.Capcom_Opposite) then
DCMk.Capcom_Value = DCMk.Timer
endif
endif
if (DCMk.Clear_On_Falling_Edge) then
DCMk.Timer = 0
else DCMk.Timer ++
endif
if (DCMk.Clock_On_Falling_Edge) then
Generate pulse on DCMk.Signal_Output
endif
endif
else DCMk.Timer ++
endif

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Infineon Technologies TC1796 and is the answer not in the manual?

Infineon Technologies TC1796 Specifications

General IconGeneral
BrandInfineon Technologies
ModelTC1796
CategoryController
LanguageEnglish