SYSPAGE_ENTRY(qtime) -> intr

Hi!

I know that SYSPAGE_ENTRY(qtime) → intr is the interrupt vector that the
clock chip uses to interrupt the processor. But how often does it happen and
how can I determine this time?

Thanks!

Eszter

“Polczer Eszter” <sther@mailbox.hu> wrote in message
news:bp0jpl$8tc$1@inn.qnx.com

Hi!

I know that SYSPAGE_ENTRY(qtime) → intr is the interrupt vector that the
clock chip uses to interrupt the processor. But how often does it happen
and
how can I determine this time?

There is an interrupt every tick (check ClockPeriod() )


Thanks!

Eszter