#include <typedefs_shadow.h>
Public Attributes | |
int16s | S16 |
int8s | S8 [2] |
int16u | U16 |
int8u | U8 [2] |
This is a macro which lets you declare function parameters as unused. The benefits are: It's nicer to type UNUSED(x) rather than __attribute__((unused)) It mangles the name, so you *can't* use it in the function
Definition at line 100 of file typedefs_shadow.h.
Definition at line 103 of file typedefs_shadow.h.
int8s union16::S8[2] |
Definition at line 105 of file typedefs_shadow.h.
Definition at line 102 of file typedefs_shadow.h.
int8u union16::U8[2] |
Definition at line 104 of file typedefs_shadow.h.