ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
format specifier flags More...
#include <mathio.h>
Data Fields | |
struct { | |
unsigned short width: 1 | |
unsigned short prec: 1 | |
unsigned short plus: 1 | |
unsigned short left: 1 | |
unsigned short space: 1 | |
unsigned short zero: 1 | |
unsigned short neg: 1 | |
unsigned short alt: 1 | |
} | b |
unsigned short | all |
unsigned short f_t::all |
Definition at line 101 of file mathio.h.
Referenced by _printf_fn().
unsigned short f_t::alt |
Definition at line 99 of file mathio.h.
Referenced by _printf_fn(), and print_flags().
struct { ... } f_t::b |
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::left |
Definition at line 95 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::neg |
Definition at line 98 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::plus |
Definition at line 94 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::prec |
Definition at line 93 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::space |
Definition at line 96 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::width |
Definition at line 92 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
unsigned short f_t::zero |
Definition at line 97 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().