Home
last modified time | relevance | path

Searched refs:pgm_read_byte (Results 1 – 3 of 3) sorted by relevance

/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_rlefont.c108 uint8_t code = pgm_read_byte(font->dictionary_data + offset + i); in write_rle_dictentry()
224 uint8_t code = pgm_read_byte(font->dictionary_data + offset + i); in write_ref_dictentry()
268 width = pgm_read_byte(p++); in mf_rlefont_render_character()
271 write_glyph_codeword((struct mf_rlefont_s*)font, &rstate, pgm_read_byte(p++)); in mf_rlefont_render_character()
285 return pgm_read_byte(p); in mf_rlefont_character_width()
A Dmf_config.h13 #define pgm_read_byte(addr) (*(const unsigned char *)(addr)) macro
A Dmf_bwfont.c74 newstate = pgm_read_byte(p) & mask; in render_char()

Completed in 5 milliseconds