BRISCITS  0.1
RISC "Real-Time" Scheduler
Functions
brisc_delay.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

void b_delay_ms (uint32_t ms)
 Introduce a delay while yielding CPU cyeles. Delay will be at least the specified number of milliseconds. More...
 

Function Documentation

void b_delay_ms ( uint32_t  ms)

Introduce a delay while yielding CPU cyeles. Delay will be at least the specified number of milliseconds.


Parameters
msNumber of milliseconds to delay.

Definition at line 38 of file brisc_delay.c.