picofuse

Functions

Defines thread sleep primitives. More...

#include <stdint.h>
Include dependency graph for sleep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void sys_sleep_ms (uint32_t ms)
 Pauses the current thread for a specified duration. More...
 

Detailed Description

Defines thread sleep primitives.

This file declares functions that pause execution for a specified duration.

Definition in file sleep.h.