| /bsp/nv32f100x/lib/inc/ |
| A D | BME.h | 153 #define BME_BITFIELD_INSERT(ADDR,bit,width) (*(volatile uint32_t *)(((uint32_t)ADDR) \ argument 176 … #define BME_BITFIELD_EXTRACT(ADDR,bit,width) (*(volatile uint32_t *)(((uint32_t)ADDR) \ argument 345 … #define BME_BITFIELD_INSERT_8b(ADDR,bit,width) (*(volatile uint8_t *)(((uint32_t)ADDR) \ argument 365 …#define BME_BITFIELD_EXTRACT_8b(ADDR,bit,width) (*(volatile uint8_t *)(((uint32_t)ADDR) \ argument 535 …#define BME_BITFIELD_INSERT_16b(ADDR,bit,width) (*(volatile uint16_t *)(((uint32_t)ADDR) \ argument 558 …#define BME_BITFIELD_EXTRACT_16b(ADDR,bit,width) (*(volatile uint16_t *)(((uint32_t)ADDR) … argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi-ng/ |
| A D | clk-divider.c | 32 u8 width) in _get_table_maxdiv() 58 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 90 unsigned int val, unsigned long flags, u8 width) in _get_div() 139 unsigned int div, unsigned long flags, u8 width) in _get_val() 163 unsigned long flags, unsigned long width) in divider_recalc_rate() 403 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 467 u8 width, unsigned long flags) in divider_round_rate_parent() 522 const struct clk_div_table *table, u8 width, in divider_get_val() 588 u32 reg, u8 shift, u8 width, in _register_divider() 658 u32 reg, u8 shift, u8 width, in clk_hw_register_divider() [all …]
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_wordwrap.c | 71 int16_t width; /* Total length of all words + whitespace on the line in pixels. */ member 79 static bool append_word(const struct mf_font_s *font, int16_t width, in append_word() 105 static bool append_char(const struct mf_font_s *font, int16_t width, in append_char() 168 void mf_wordwrap(const struct mf_font_s *font, int16_t width, in mf_wordwrap() 222 void mf_text_draw_area(const struct mf_font_s *font, int16_t width, in mf_text_draw_area() 287 void mf_wordwrap(const struct mf_font_s *font, int16_t width, in mf_wordwrap()
|
| A D | mf_font.c | 17 uint8_t width; in mf_render_character() local 32 uint8_t width; in mf_character_width() local
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/elementary/src/ |
| A D | elm_init.c | 39 static int _initialize_vglite(int32_t width, int32_t height) in _initialize_vglite() 49 static int _initialize_elm(uint32_t width, uint32_t height) in _initialize_elm() 123 BOOL ElmInitialize(uint32_t width, uint32_t height) in ElmInitialize()
|
| A D | elm_buffer.c | 94 ElmBuffer ElmCreateBuffer(unsigned int width, unsigned int height, ELM_BUFFER_FORMAT format) in ElmCreateBuffer() 145 ElmBuffer ElmWrapBuffer(int width, int height, int stride, in ElmWrapBuffer()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_ge2d.c | 769 void ge2dInit(int bpp, int width, int height, void *destination) in ge2dInit() 1878 void ge2dFill_Solid(int dx, int dy, int width, int height, int color) in ge2dFill_Solid() 1933 void ge2dFill_Solid_RGB565(int dx, int dy, int width, int height, int color) in ge2dFill_Solid_RGB565() 1987 void ge2dFill_SolidBackground(int dx, int dy, int width, int height, int color) in ge2dFill_SolidBackground() 2043 void ge2dFill_ColorPattern(int dx, int dy, int width, int height) in ge2dFill_ColorPattern() 2094 void ge2dFill_MonoPattern(int dx, int dy, int width, int height, int opt) in ge2dFill_MonoPattern() 2148 void ge2dFill_ColorPatternROP(int sx, int sy, int width, int height, int rop) in ge2dFill_ColorPatternROP() 2319 void ge2dHostBlt_Write(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Write() 2386 void ge2dHostBlt_Read(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Read() 2452 void ge2dHostBlt_Sprite(int x, int y, int width, int height, void *buf) in ge2dHostBlt_Sprite() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | sunxi_hal_pwm.h | 66 #define SETMASK(width, shift) ((width?((-1U) >> (32-width)):0) << (shift)) argument 67 #define CLRMASK(width, shift) (~(SETMASK(width, shift))) argument 68 #define GET_BITS(shift, width, reg) \ argument 70 #define SET_BITS(shift, width, reg, val) \ argument
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/ |
| A D | gfx_mono_c12832_a1z.h | 94 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 97 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument 121 #define gfx_mono_put_page(data, page, column, width) \ argument 124 #define gfx_mono_get_page(data, page, column, width) \ argument
|
| A D | gfx_mono_null.h | 85 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 88 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument 112 #define gfx_mono_put_page(data, page, column, width) \ argument 115 #define gfx_mono_get_page(data, page, column, width) \ argument
|
| A D | gfx_mono_ug_2832hsweg04.h | 94 #define gfx_mono_draw_rect(x, y, width, height, color) \ argument 97 #define gfx_mono_draw_filled_rect(x, y, width, height, color) \ argument 121 #define gfx_mono_put_page(data, page, column, width) \ argument 124 #define gfx_mono_get_page(data, page, column, width) \ argument
|
| A D | gfx_mono_framebuffer.c | 84 gfx_coord_t column, gfx_coord_t width) in gfx_mono_framebuffer_put_page() 110 gfx_coord_t column, gfx_coord_t width) in gfx_mono_framebuffer_get_page()
|
| A D | gfx_mono_c12832_a1z.c | 221 gfx_coord_t column, gfx_coord_t width) in gfx_mono_st7565r_put_page() 253 gfx_coord_t column, gfx_coord_t width) in gfx_mono_st7565r_get_page()
|
| A D | gfx_mono_ug_2832hsweg04.c | 220 gfx_coord_t column, gfx_coord_t width) in gfx_mono_ssd1306_put_page() 252 gfx_coord_t column, gfx_coord_t width) in gfx_mono_ssd1306_get_page()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/tpadc/ |
| A D | common_tpadc.h | 41 #define SETMASK(width, shift) ((width?((-1U) >> (32-width)):0) << (shift)) argument 42 #define CLRMASK(width, shift) (~(SETMASK(width, shift))) argument 43 #define GET_BITS(shift, width, reg) \ argument 45 #define SET_BITS(shift, width, reg, val) \ argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/ccmu/sunxi/ |
| A D | clk.h | 80 #define SETMASK(width, shift) ((width?((-1U) >> (32-width)):0) << (shift)) argument 81 #define CLRMASK(width, shift) (~(SETMASK(width, shift))) argument 83 #define SET_BITS(shift, width, reg, val) \ argument 86 #define GET_BITS(shift, width, reg) \ argument
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_jpeg_drv.c | 78 static bool jpeg_is_valid_size(uint8_t format, uint32_t width, uint32_t height) in jpeg_is_valid_size() 100 static uint32_t jpeg_calculate_macro_block_count(uint32_t width, uint32_t height, jpeg_sampling_t *… in jpeg_calculate_macro_block_count() 310 uint32_t width = JPEG_TABLE_WIDTH(table); in jpeg_fill_table() local
|
| A D | hpm_pdma_drv.c | 443 uint32_t width, uint32_t height, in pdma_fill_color() 511 uint32_t width, uint32_t height, in pdma_flip_rotate() 597 uint32_t x, uint32_t y, uint32_t width, uint32_t height, in pdma_blit() 701 uint32_t x, uint32_t y, uint32_t width, uint32_t height, in pdma_scale()
|
| /bsp/stm32/stm32h743-atk-apollo/board/ports/ |
| A D | drv_ov2640.c | 394 void ov2640_set_window_size(rt_uint16_t sx,rt_uint16_t sy,rt_uint16_t width,rt_uint16_t height) in ov2640_set_window_size() 419 rt_uint8_t ov2640_set_image_out_size(rt_uint16_t width,rt_uint16_t height) in ov2640_set_image_out_size() 441 rt_err_t ov2640_set_image_window_size(rt_uint16_t offx, rt_uint16_t offy, rt_uint16_t width, rt_uin… in ov2640_set_image_window_size() 468 rt_uint8_t ov2640_set_image_size(rt_uint16_t width ,rt_uint16_t height) in ov2640_set_image_size()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_misc.c | 42 unsigned char width; /* bit width */ member 173 int width; in snd_pcm_format_set_silence() local
|
| /bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/ |
| A D | lcd_qrcode.c | 43 rt_uint32_t width = 0, high = 0; in show_qrcode_by_point() local 65 rt_uint32_t width = 0, high = 0; in show_qrcode_by_line() local
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/disp2/ |
| A D | disp_layer_cfg.c | 75 int disp_layer_get_resolution(u32 screen_index, u32 *width, u32 *height) in disp_layer_get_resolution() 94 int id, width, height, ret, sw, sh, fb_width, fb_height, i, n; in disp_layer_cfg() local
|
| /bsp/hc32/tests/ |
| A D | test_crypto.c | 61 static void crc_test(rt_uint32_t width) in crc_test() 248 rt_uint32_t width = atoi(argv[2]); in crypto_sample() local
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 109 uint16_t width; /**< width */ member 124 uint16_t width; /**< plane width */ member 127 uint16_t width; /**< output plane width */ member 148 uint32_t width; /**< plane width */ member
|
| /bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/display/dc/elcdif/ |
| A D | fsl_dc_fb_elcdif.h | 54 uint16_t width; /*!< Panel width. */ member 62 uint16_t width; /*!< Width of the panel. */ member
|