Design Timer

Hello All,

I am verifying Bluetooth. For that i have to wait for 150us After Receiving / Transmission Packet.

So, Please let me know what is the recomanded way to implement timer in driver.

thanks,

In reply to Darshan@Dehuniya:

Hi Darshan,

You can have a counter based on your time scale definitions and decrement after a specific delay then trigger an event to start the next action post Tx/Rx.

Best Regards,
Aswin.

In reply to Aswin_VA:

Thanks Aswin.

I got your idea.

Is there any way to design universal counter for different time period. ex… 625us,1.25ms,10 ms,100…

if you have any idea please suggest me

thanks…