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!