This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What is range of the ticks in the os_wait()

hi:

I want to know the range of the ticks in the os_wait() when the event which is timeout or interval is being waited for. for example: os_wait(K_TMO,ticks,0); os_wait(K_IVL,ticks,0);

what is the max number and the min number of the ticks . I guess the range is 0-255. If the ticks were out of this range , the kernel would how to deal with it?

Best regards!

0