#include <f16.h>
Data Fields | |
union { | |
struct { | |
uint8_t decimal | |
int8_t integer | |
} s | |
int16_t s16 | |
} | u |
Definition at line 43 of file f16.h.
uint8_t fixed_16::decimal |
int8_t fixed_16::integer |
struct { ... } fixed_16::s |
int16_t fixed_16::s16 |
union { ... } fixed_16::u |