i80_controller sample
LV_FORMAT_ATTRIBUTE
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
LV_FORMAT_ATTRIBUTE
LV_FORMAT_ATTRIBUTE macro
Syntax
Show:
Summary
Declaration
from
lv_types.h:364
#define
LV_FORMAT_ATTRIBUTE
(
fmtstr
,
vararg
)
__attribute__
(
(
format
(
gnu_printf
,
fmtstr
,
vararg
)
)
)
Arguments
Argument
fmtstr
vararg
Examples
References
from
examples
Code
Location
#define
LV_FORMAT_ATTRIBUTE
(
fmtstr
,
vararg
)
__attribute__
(
(
format
(
gnu_printf
,
fmtstr
,
vararg
)
)
)
lv_types.h:364
void
lv_label_set_text_fmt
(
lv_obj_t
*
obj
,
const
char
*
fmt
,
...
)
LV_FORMAT_ATTRIBUTE
(
2
,
3
)
;
lv_label.h:100
...
)
LV_FORMAT_ATTRIBUTE
(
4
,
5
)
;
lv_table.h:81
char
*
lv_text_set_text_vfmt
(
const
char
*
fmt
,
va_list
ap
)
LV_FORMAT_ATTRIBUTE
(
1
,
0
)
;
lv_text_private.h:71
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out