putbuff is only used within FatFs.
 
Symbols
loading...
Files
loading...

putbuff struct

Syntax

typedef struct {     FIL *fp;             int idx, nchr;         BYTE buf[64];     } putbuff;

Fields

fp

No summary provided. Read more...

idx

No summary provided. Read more...

nchr

No summary provided. Read more...

buf

No summary provided. Read more...

References

LocationReferrerScopeText
ff.c:5909
typedef struct {
ff.c:5913
} putbuff;
ff.c:5918putc_bfd()::pbputc_bfd()
putbuff* pb,
ff.c:5974putc_flush()::pbputc_flush()
putbuff* pb
ff.c:5988putc_init()::pbputc_init()
putbuff* pb,
ff.c:6003f_putc()::pbf_putc()
putbuff pb;
ff.c:6023f_puts()::pbf_puts()
putbuff pb;
ff.c:6045f_printf()::pbf_printf()
putbuff pb;

Type Use

Variables of putbuff type
f_putc()::pb
f_puts()::pb
f_printf()::pb
all items filtered out
putbuff
all items filtered out
putbuff
all items filtered out
Allocators of putbuff
Deletors of putbuff
f_putc()::pb
f_puts()::pb
f_printf()::pb
all items filtered out
putbuff
f_putc()::pb
f_puts()::pb
f_printf()::pb
all items filtered out