Home
last modified time | relevance | path

Searched refs:y (Results 1 – 5 of 5) sorted by relevance

/hal_renesas-latest/zephyr/ra/portable/
Dbsp_tfu.h200 #define atan2f(y, x) __atan2f(y, x) argument
201 #define hypotf(x, y) __hypotf(x, y) argument
202 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_tfu.h63 #define atan2f(y, x) __atan2f(y, x) argument
64 #define hypotf(x, y) __hypotf(x, y) argument
65 #define atan2hypotf(y, x, a, h) __atan2hypotf(y, x, a, h) argument
69 #define atan2fx(y, x) __atan2fx(y, x) argument
70 #define hypotfx(x, y) __hypotfx(x, y) argument
71 #define atan2hypotfx(y, x, a, h) __atan2hypotfx(y, x, a, h) argument
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_display_api.h191 int16_t y; ///< Coordinate Y, this allows to set signed value. member
/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c380 g_ctrl_blk.back_porch.y = (int16_t) (p_cfg->output.vtiming.back_porch); in R_GLCDC_Open()
1472 int16_t coord_y = p_layer->coordinate.y; in r_glcdc_graphics_layer_param_recalculation()
1611 …(((uint32_t) (g_ctrl_blk.back_porch.y + recalculated.vpix_offset) & GLCDC_PRV_GR_AB2_GRCVS_MASK) <… in r_glcdc_graphics_layer_set()
1616 …(((uint32_t) (g_ctrl_blk.back_porch.y + recalculated.vpix_offset) & GLCDC_PRV_GR_AB4_ARCVS_MASK) <… in r_glcdc_graphics_layer_set()
/hal_renesas-latest/drivers/ra/fsp/src/r_usb_device/
Dr_usb_device.c80 static inline uint16_t min16 (uint16_t x, uint16_t y) { in min16() argument
81 return (x < y) ? x : y; in min16()