GaIA BIOS Library
Loading...
Searching...
No Matches
gwa_delay.h File Reference

GWA delay functions. More...

#include <stdint.h>

Functions

void gwa_delay (uint32_t ms)
 Delay function.

Detailed Description

GWA delay functions.

These functions are used to keep the GWA library RTOS-independent.

Author
Tecnologix, 2019

Function Documentation

◆ gwa_delay()

void gwa_delay ( uint32_t ms)

Delay function.

It should be provided by user code.

Parameters
msrequested delay in milliseconds.