agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
cast.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZRTOS_CAST(type, value)   (type)(value)
 
#define ZRTOS_CAST__REINTERPRET(type, value)   (type)(value)
 

Macro Definition Documentation

◆ ZRTOS_CAST

#define ZRTOS_CAST (   type,
  value 
)    (type)(value)

Definition at line 18 of file cast.h.

◆ ZRTOS_CAST__REINTERPRET

#define ZRTOS_CAST__REINTERPRET (   type,
  value 
)    (type)(value)

Definition at line 19 of file cast.h.