Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 117) sorted by relevance

12345

/bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/
A Dsimple_idr.c92 if (dir->top == NULL || find_empty_slot(dir->top, &id_index) == NULL) { in id_alloc()
99 tmp->layer[0] = dir->top; in id_alloc()
103 dir->top = tmp; in id_alloc()
200 && dir->top->layer[0] != NULL && dir->top->bitmap[0]^0x01) { in id_free()
201 lu[0] = dir->top; in id_free()
202 dir->top = lu[0]->layer[0]; in id_free()
234 lu = dir->top; in id_get()
267 if (idr->top == NULL) { in id_creat()
273 idr->top->num_layer = 1; in id_creat()
275 idr->head = idr->top; in id_creat()
[all …]
A Dsimple_idr.h37 struct id_layer *top; member
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/
A Dmf_font.c65 uint8_t *left, uint8_t *top, in mf_character_whitespace() argument
75 if (top) *top = font->height; in mf_character_whitespace()
82 if (top) *top = state.min_y; in mf_character_whitespace()
A Dmf_font.h120 uint8_t *left, uint8_t *top,
/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_wdg_drv.c15 uint32_t top; member
20 uint32_t top; member
106 if (reset_interval_ticks <= k_reset_interval_map[i].top) { in wdg_convert_reset_interval_from_us()
127 if (interrupt_interval_ticks <= k_interrupt_interval_map[i].top) { in wdg_convert_interrupt_interval_from_us()
144 …_interval_in_ns = (uint64_t)(tick_in_ns * k_interrupt_interval_map[interrupt_interval_in_reg].top); in wdg_convert_interrupt_interval_to_us()
158 …_t total_interval_in_ns = (uint64_t)(tick_in_ns * k_reset_interval_map[reset_interval_in_reg].top); in wdg_convert_reset_interval_to_us()
/bsp/nxp/imx/imxrt/imxrt1170-nxp-evk/video/
A Dfsl_video_common.c263 stack->top = 0U; in VIDEO_STACK_Init()
272 if (stack->top > 0U) in VIDEO_STACK_Pop()
274 *item = stack->buf[--stack->top]; in VIDEO_STACK_Pop()
290 if (stack->top < (stack->maxCount)) in VIDEO_STACK_Push()
292 stack->buf[stack->top++] = item; in VIDEO_STACK_Push()
A Dfsl_video_common.h138 volatile uint32_t top; /*!< Current top stack top. */ member
344 return stack->top; in VIDEO_STACK_GetCount()
/bsp/efm32/Libraries/emlib/src/
A Dem_pcnt.c175 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top) in PCNT_CounterTopSet() argument
208 if (top != count) in PCNT_CounterTopSet()
215 pcnt->TOPB = top; in PCNT_CounterTopSet()
497 pcnt->TOPB = init->top; in PCNT_Init()
534 PCNT_CounterTopSet(pcnt, init->counter, init->top); in PCNT_Init()
A Dem_lcd.c156 EFM_ASSERT(fcInit->top < 64); in LCD_FrameCountInit()
161 bactrl |= (fcInit->top << _LCD_BACTRL_FCTOP_SHIFT); in LCD_FrameCountInit()
/bsp/efm32/Libraries/emlib/inc/
A Dem_pcnt.h137 uint32_t top; member
246 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top);
/bsp/simulator/applications/lvgl/
A Dwin32drv.c802 request_content_size.bottom - request_content_size.top; in lv_win32_window_message_callback()
912 calculated_window_size.top = 0; in lv_win32_window_message_callback()
926 -calculated_window_size.top); in lv_win32_window_message_callback()
1205 SuggestedRect->top, in lv_win32_window_message_callback()
1226 SuggestedRect->top, in lv_win32_window_message_callback()
1250 ps.rcPaint.top, in lv_win32_window_message_callback()
1252 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback()
1261 ps.rcPaint.bottom - ps.rcPaint.top, in lv_win32_window_message_callback()
/bsp/cvitek/drivers/
A Ddrv_wdt.c131 rt_inline int wdt_top_in_ms(unsigned int top) in wdt_top_in_ms() argument
138 return (1U << (16 + top)) / (WDT_FREQ_DEFAULT / 1000); in wdt_top_in_ms()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_ase_type.h53 unsigned int top:12; member
A Dde_fcc_type.h55 unsigned int top:13; member
A Dde_ase.c154 ase_dev[sel][chno]->win0.bits.top = window.y; in de_ase_set_window()
A Dde_fcc.c158 fcc_dev[sel][chno]->fcc_win0.bits.top = window.y; in de_fcc_set_window()
/bsp/fm33lc026/libraries/FM/FM33xx/Source/Templates/gcc/linker/
A Dfm33lc01x_flash.ld120 PROVIDE (_stack_base = _estack - _Stack_Size); /* _estack is top of stack*/
122 /* _estack is top of stack*/
A Dfm33lc02x_flash.ld120 PROVIDE (_stack_base = _estack - _Stack_Size); /* _estack is top of stack*/
122 /* _estack is top of stack*/
A Dfm33lc04x_flash.ld120 PROVIDE (_stack_base = _estack - _Stack_Size); /* _estack is top of stack*/
122 /* _estack is top of stack*/
/bsp/gd32/arm/gd32e230-lckfb/board/linker_scripts/
A Dlink.sct31 ; C-library Stack, placed at the top of RAM, growing downwards
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/
A Davi_def.h46 int16_t top; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/
A DKconfig27 Framebuffer software rotation on the top of disp2.
33 Framebuffer hardware(G2D) rotation on the top of disp2.
/bsp/raspberry-pico/Drivers/
A Ddrv_pwm.c159 uint32_t period_hz = pwm_hw->slice[slice_num].top; in _pwm_get()
/bsp/maxim/max32660-evsys/board/linker_scripts/
A Dlink.lds101 /* Set stack top to end of RAM, and stack limit move down by
/bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/
A Defm32g.ld138 /* Set stack top to end of RAM, and stack limit move down by

Completed in 42 milliseconds

12345