Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/src/extra/libs/qrcode/
Dlv_qrcode.c136 bool aligned = false; in lv_qrcode_update() local
141 if(aligned == false && (x & 0x7) == 0) aligned = true; in lv_qrcode_update()
143 if(aligned == false) { in lv_qrcode_update()
/lvgl-3.7.0/src/misc/
Dlv_tlsf.c498 const tlsfptr_t aligned = in align_ptr() local
501 return tlsf_cast(void *, aligned); in align_ptr()
512 const size_t aligned = align_up(size, align); in adjust_request_size() local
515 if(aligned < block_size_max) { in adjust_request_size()
516 adjust = tlsf_max(aligned, block_size_min); in adjust_request_size()
1134 void * aligned = align_ptr(ptr, align); in lv_tlsf_memalign() local
1136 tlsf_cast(tlsfptr_t, aligned) - tlsf_cast(tlsfptr_t, ptr)); in lv_tlsf_memalign()
1143 tlsf_cast(tlsfptr_t, aligned) + offset); in lv_tlsf_memalign()
1145 aligned = align_ptr(next_aligned, align); in lv_tlsf_memalign()
1147 tlsf_cast(tlsfptr_t, aligned) - tlsf_cast(tlsfptr_t, ptr)); in lv_tlsf_memalign()
/lvgl-3.7.0/env_support/cmsis-pack/
Dlv_conf_cmsis.h325 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
DREADME.md70 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
/lvgl-3.7.0/docs/
DCODE_OF_CONDUCT.md29 … commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of C…
DCHANGELOG.md558 - fix(dropdown): fix scrolling when options are CENTER aligned [`e651383`](https://github.com/lvgl/…
/lvgl-3.7.0/docs/layouts/
Dgrid.md56 If there are some empty space the track can be aligned several ways:
/lvgl-3.7.0/docs/widgets/core/
Ddropdown.md59 If the list would be vertically out of the screen, it will be aligned to the edge.
/lvgl-3.7.0/docs/get-started/platforms/
Dnxp.md140 …must be aligned. As general rule, the alignment is set to 16 pixels. This makes the buffer address…