ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
p_ch_t Struct Reference

Data structure for character buffer with limits. More...

Data Fields

char * str
 
int ind
 base of string to write to More...
 
int max
 current string index More...
 

Detailed Description

Data structure for character buffer with limits.

Definition at line 208 of file printf.c.

Field Documentation

int p_ch_t::ind

base of string to write to

Definition at line 210 of file printf.c.

Referenced by pch(), pch_ind(), and pch_init().

int p_ch_t::max

current string index

Definition at line 211 of file printf.c.

Referenced by pch(), pch_init(), and pch_max_ind().

char* p_ch_t::str

Definition at line 209 of file printf.c.

Referenced by pch(), and pch_init().


The documentation for this struct was generated from the following file: