libparanut
A Hardware Abstraction Layer for ParaNut Architectures.
Macros
pn_config.h File Reference

See Documentaion of libparanut Compile Time Parameters. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PN_CACHE_LINESIZE
 Size of a cache line in bit. More...
 
#define PN_RWIDTH   32
 Register width in bit. More...
 
#define PN_COMPILE_RAW
 All security checks in libparanut are dropped if this is set to 1. More...
 
#define PN_WITH_BASE
 libparanut was compiled with Base Module. Also check Modules of the libparanut for more information.
 
#define PN_WITH_CACHE
 libparanut was compiled with Cache Module. Also check Modules of the libparanut for more information.
 
#define PN_WITH_LINK
 libparanut was compiled with Link Module. Also check Modules of the libparanut for more information.
 
#define PN_WITH_THREAD
 libparanut was compiled with Thread Module. Also check Modules of the libparanut for more information.
 
#define PN_WITH_EXCEPTION
 libparanut was compiled with Exception Module. Also check Modules of the libparanut for more information.
 
#define PN_WITH_SPINLOCK
 libparanut was compiled with Spinlock Module. Also check Modules of the libparanut for more information.
 

Detailed Description

See Documentaion of libparanut Compile Time Parameters.