Delay

Delay Routines. More...

Modules

Functions
Delay Functions.
 

Functions

void gos_wait_microseconds (uint32_t microseconds)
 Delay for specified microseconds. More...
 

Detailed Description

Delay Routines.

Function Documentation

◆ gos_wait_microseconds()

void gos_wait_microseconds ( uint32_t  microseconds)

Delay for specified microseconds.

Delay for specified microseconds. This function runs with interrupts enabled, so the delay time will not be exact.