#include <f32.h>
Data Fields | |
union { | |
struct { | |
uint16_t decimal | |
int16_t integer | |
} s | |
int32_t s32 | |
} | u |
Definition at line 43 of file f32.h.
uint16_t fixed_32::decimal |
int16_t fixed_32::integer |
struct { ... } fixed_32::s |
int32_t fixed_32::s32 |
union { ... } fixed_32::u |