Re: Delay generation

Stephan <[email protected]> Wed, 23 Jul 2025 11:41:42 +0200
Newsgroups gmane.os.netbsd.ports.arm
Message-ID <CABZpUSVC2TYnrvZc2kQ59WFB+KQV8Ga2GK8dNBkfOYaqrbFqrA@mail.gmail.com>
Did you consider using kpause(9)?

Am Mi., 23. Juli 2025 um 11:06 Uhr schrieb Vincent DEFERT
<[email protected]>:
>
> What's the proper way to generate a short delay (1-100 microseconds) in
> a driver, in order to implement a peripheral initialisation procedure.
> On a microcontroller, I would use the systick timer for this.