| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 67 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 68 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 69 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 88 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument 89 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 90 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 75 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 76 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 77 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 96 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument 97 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 98 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_bsc_rx62nxx.h | 92 #define R_BSC_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) \ argument 100 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 105 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument
|
| A D | r_pdl_dmac_rx62nxx.h | 72 #define R_DMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 79 #define R_DMAC_Control(a, b, c, d, e, f, g, h, i) \ argument
|
| A D | r_pdl_exdmac_rx62nxx.h | 73 #define R_EXDMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument 80 #define R_EXDMAC_Control(a, b, c, d, e, f, g, h, i) \ argument
|
| A D | r_pdl_tmr_rx62nxx.h | 161 #define R_TMR_CreateChannel(a, b, c, d, e, f, g, h, i, j) \ argument 168 #define R_TMR_CreateUnit(a, b, c, d, e, f, g, h, i, j) \ argument
|
| A D | r_pdl_rtc_RX62Nxx.h | 58 #define R_RTC_Create(a, b, c, d, e, f, g, h, i) \ argument
|
| /bsp/gd32/arm/gd32470z-lckfb/board/ports/ |
| A D | draw_panel.c | 27 uint16_t h; member 49 void widget_object_init(widget_object_t *obj, uint16_t x, uint16_t y, uint16_t w, uint16_t h, uint1… in widget_object_init()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_rect.h | 81 int w, h; member 103 float h; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_eink.c | 157 unsigned int tmp, w, h; in eink_start_idx() local 275 unsigned int w, h, tmp; in eink_decoder_start() local 325 unsigned int tmp, w, h, hsync, vsync; in eink_edma_cfg() local
|
| A D | de_rtmx.h | 220 unsigned int h; member 227 unsigned int h; member 234 unsigned long long h; member
|
| /bsp/k210/drivers/ |
| A D | drv_mpylcd.c | 157 static void lcd_update(int x, int y, int w, int h) in lcd_update() 193 int h, i, j, k; in _draw_ellipse() local 492 int h, w; in lcd_show_image() local
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/device/ |
| A D | usbdc.c | 642 struct usbdc_req_handler *h = (struct usbdc_req_handler *)usbdc.handlers.req_list.head; in usbdc_request_handler() local 811 void usbdc_register_handler(enum usbdc_handler_type type, const struct usbdc_handler *h) in usbdc_register_handler() 831 void usbdc_unregister_handler(enum usbdc_handler_type type, const struct usbdc_handler *h) in usbdc_unregister_handler()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/device/ |
| A D | usbdc.c | 642 struct usbdc_req_handler *h = (struct usbdc_req_handler *)usbdc.handlers.req_list.head; in usbdc_request_handler() local 811 void usbdc_register_handler(enum usbdc_handler_type type, const struct usbdc_handler *h) in usbdc_register_handler() 831 void usbdc_unregister_handler(enum usbdc_handler_type type, const struct usbdc_handler *h) in usbdc_unregister_handler()
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_screen_dump.h | 83 #define _XPM_HEADER(w, h) "/* XPM */\r\n" \ argument
|
| /bsp/k210/drivers/test/ |
| A D | lcd_test.c | 8 int x, int y, int w, int h, uint16_t c) in drawarea()
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/bmsis/core-v-mcu/include/ |
| A D | bits.h | 26 #define GENMASK(h, l) \ argument
|
| /bsp/nuvoton/numaker-hmi-ma35d1/applications/lvgl/ |
| A D | lv_port_disp.c | 77 int32_t h = lv_area_get_height(area); in nu_flush() local
|
| /bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 77 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/ebf_qi_min_6m5/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 215 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 77 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 77 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|
| /bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/ |
| A D | bsp_tfu.h | 217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
|