Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 65) sorted by relevance

123

/bsp/avr32/software_framework/utils/preprocessor/
A Dtpaste.h67 #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 Dtpaste.h75 #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 Dr_pdl_bsc_rx62nxx.h92 #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 Dr_pdl_dmac_rx62nxx.h72 #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 Dr_pdl_exdmac_rx62nxx.h73 #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 Dr_pdl_tmr_rx62nxx.h161 #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 Dr_pdl_rtc_RX62Nxx.h58 #define R_RTC_Create(a, b, c, d, e, f, g, h, i) \ argument
/bsp/gd32/arm/gd32470z-lckfb/board/ports/
A Ddraw_panel.c27 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 DSDL_rect.h81 int w, h; member
103 float h; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_eink.c157 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 Dde_rtmx.h220 unsigned int h; member
227 unsigned int h; member
234 unsigned long long h; member
/bsp/k210/drivers/
A Ddrv_mpylcd.c157 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 Dusbdc.c642 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 Dusbdc.c642 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 Dgfx_mono_screen_dump.h83 #define _XPM_HEADER(w, h) "/* XPM */\r\n" \ argument
/bsp/k210/drivers/test/
A Dlcd_test.c8 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 Dbits.h26 #define GENMASK(h, l) \ argument
/bsp/nuvoton/numaker-hmi-ma35d1/applications/lvgl/
A Dlv_port_disp.c77 int32_t h = lv_area_get_height(area); in nu_flush() local
/bsp/renesas/rzn2l_rsk/rzn/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h77 #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 Dbsp_tfu.h215 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/bsp/renesas/ra8m1-ek/ra/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/bsp/renesas/rzn2l_etherkit/rzn/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h77 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/bsp/renesas/rzt2m_rsk/rzt/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h77 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/bsp/renesas/ra6m3-hmi-board/ra/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/bsp/renesas/ra8d1-vision-board/ra/fsp/src/bsp/mcu/all/
A Dbsp_tfu.h217 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument

Completed in 850 milliseconds

123