|
BRISCITS
0.1
RISC "Real-Time" Scheduler
|
#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... | |
| void b_delay_ms | ( | uint32_t | ms | ) |
Introduce a delay while yielding CPU cyeles. Delay will be at least the specified number of milliseconds.
| ms | Number of milliseconds to delay. |
Definition at line 38 of file brisc_delay.c.
1.8.11