Searched refs:LV_FORMAT_ATTRIBUTE (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_log.h | 80 void lv_log(const char * format, ...) LV_FORMAT_ATTRIBUTE(1, 2); 92 const char * func, const char * format, ...) LV_FORMAT_ATTRIBUTE(5, 6);
|
D | lv_types.h | 381 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) macro 383 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(gnu_printf, fmtstr, vararg))) macro 385 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) __attribute__((format(printf, fmtstr, vararg))) macro 387 #define LV_FORMAT_ATTRIBUTE(fmtstr, vararg) macro
|
D | lv_text_private.h | 72 char * lv_text_set_text_vfmt(const char * fmt, va_list ap) LV_FORMAT_ATTRIBUTE(1, 0);
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.h | 100 void lv_label_set_text_fmt(lv_obj_t * obj, const char * fmt, ...) LV_FORMAT_ATTRIBUTE(2, 3);
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.h | 82 ...) LV_FORMAT_ATTRIBUTE(4, 5);
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.h | 125 void lv_subject_snprintf(lv_subject_t * subject, const char * format, ...) LV_FORMAT_ATTRIBUTE(2, 3…
|
/lvgl-latest/docs/ |
D | CHANGELOG.rst | 103 - **feat(printf): LV_FORMAT_ATTRIBUTE for IAR compiler** `6231 <https://github.com/lvgl/lvgl/pull/6…
|