adl_tmrSubscribe Timer value

Hello all,

Can anyone tell me either where to find in documentation or tell me how does a adl_tmrSubscribe act if the TimerValue parameter is passed a value of zero.

e.g. Handle = adl_tmrSubscribe( FALSE, 0, ADL_TMR_TYPE_TICK, Handler );

is the Handler called immediately or is it never called?

Regards

Barry

The v4.21 ADL User Guide explicitly stated that the timer is not started.

Later versions say,

So a NULL return indicates that the timer was not started

It goes on to say,

I agree this could be better stated.

Hi AWNeil,

Thanks for your information, I should of seen that :slight_smile: .

Regards

Barry