Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/
A Dgfx_mono_text.c197 glyph_byte = PROGMEM_READ_BYTE(glyph_data); in gfx_mono_draw_char_progmem()
311 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)str); in gfx_mono_draw_progmem_string()
325 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)(++str)); in gfx_mono_draw_progmem_string()
403 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)str); in gfx_mono_get_progmem_string_bounding_box()
419 temp_char = PROGMEM_READ_BYTE((uint8_t PROGMEM_PTR_T)(++str)); in gfx_mono_get_progmem_string_bounding_box()
A Dgfx_mono.h57 # define PROGMEM_READ_BYTE(x) *(x) macro
A Dgfx_mono_generic.c485 temp = PROGMEM_READ_BYTE(bitmap->data.progmem in gfx_mono_generic_put_bitmap()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
/bsp/microchip/samc21/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
/bsp/microchip/saml10/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
/bsp/microchip/same70/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
/bsp/microchip/same54/bsp/hal/utils/include/
A Dutils.h94 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x)) macro
100 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))
106 #define PROGMEM_READ_BYTE(x) *((uint8_t *)(x))

Completed in 33 milliseconds