Loading...
Searching...
No Matches
sysinit.h File Reference

sysinit abstraction layer for RIOT adaption More...

Detailed Description

sysinit abstraction layer for RIOT adaption

Author
Francisco Molina franc.nosp@m.ois-.nosp@m.xavie.nosp@m.r.mo.nosp@m.lina@.nosp@m.inri.nosp@m.a.fr

Definition in file sysinit.h.

#include "assert.h"
+ Include dependency graph for sysinit.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SYSINIT_PANIC_ASSERT(rc)
 assert macro
 
#define SYSINIT_ASSERT_ACTIVE()
 empty definition
 

Macro Definition Documentation

◆ SYSINIT_ASSERT_ACTIVE

#define SYSINIT_ASSERT_ACTIVE ( )

empty definition

Definition at line 37 of file sysinit.h.

◆ SYSINIT_PANIC_ASSERT

#define SYSINIT_PANIC_ASSERT ( rc)
Value:
assert(rc);
#define assert(cond)
abort the program if assertion is false
Definition assert.h:136

assert macro

Definition at line 32 of file sysinit.h.