libmetal  353
sys.h File Reference

Generic system primitives for libmetal. More...

#include <limits.h>
#include <metal/cpu.h>
#include <metal/errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include "./@PROJECT_MACHINE@/sys.h"

Go to the source code of this file.

Data Structures

struct  metal_state
 Structure for FreeRTOS libmetal runtime state. More...
 

Macros

#define METAL_MAX_DEVICE_REGIONS   1
 
#define metal_yield()   metal_cpu_yield()
 

Detailed Description

Generic system primitives for libmetal.

Macro Definition Documentation

◆ METAL_MAX_DEVICE_REGIONS

#define METAL_MAX_DEVICE_REGIONS   1

◆ metal_yield

#define metal_yield ( )    metal_cpu_yield()