Searched refs:aligned (Results 1 – 9 of 9) sorted by relevance
/lvgl-3.7.0/src/extra/libs/qrcode/ |
D | lv_qrcode.c | 136 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/ |
D | lv_tlsf.c | 498 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/ |
D | lv_conf_cmsis.h | 325 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
|
D | README.md | 70 #define LV_ATTRIBUTE_MEM_ALIGN __attribute__((aligned(4)))
|
/lvgl-3.7.0/docs/ |
D | CODE_OF_CONDUCT.md | 29 … commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of C…
|
D | CHANGELOG.md | 558 - fix(dropdown): fix scrolling when options are CENTER aligned [`e651383`](https://github.com/lvgl/…
|
/lvgl-3.7.0/docs/layouts/ |
D | grid.md | 56 If there are some empty space the track can be aligned several ways:
|
/lvgl-3.7.0/docs/widgets/core/ |
D | dropdown.md | 59 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/ |
D | nxp.md | 140 …must be aligned. As general rule, the alignment is set to 16 pixels. This makes the buffer address…
|