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

Abstraction layer for RIOT adaption. More...

Detailed Description

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 os_dev.h.

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

Go to the source code of this file.

Data Structures

struct  os_dev
 Device structure. More...
 

Macros

#define OS_DEV_SETHANDLERS(__dev, __open, __close)
 Unused define, void cast.
 

Macro Definition Documentation

◆ OS_DEV_SETHANDLERS

#define OS_DEV_SETHANDLERS (   __dev,
  __open,
  __close 
)
Value:
(void) __dev; \
(void) __open; \
(void) __close;

Unused define, void cast.

Definition at line 35 of file os_dev.h.