| /bsp/allwinner/libraries/sunxi-hal/hal/source/g2d_rcq/ |
| A D | simple_idr.c | 92 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 D | simple_idr.h | 37 struct id_layer *top; member
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_font.c | 65 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 D | mf_font.h | 120 uint8_t *left, uint8_t *top,
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_wdg_drv.c | 15 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 D | fsl_video_common.c | 263 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 D | fsl_video_common.h | 138 volatile uint32_t top; /*!< Current top stack top. */ member 344 return stack->top; in VIDEO_STACK_GetCount()
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_pcnt.c | 175 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 D | em_lcd.c | 156 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 D | em_pcnt.h | 137 uint32_t top; member 246 void PCNT_CounterTopSet(PCNT_TypeDef *pcnt, uint32_t count, uint32_t top);
|
| /bsp/simulator/applications/lvgl/ |
| A D | win32drv.c | 802 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 D | drv_wdt.c | 131 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 D | de_ase_type.h | 53 unsigned int top:12; member
|
| A D | de_fcc_type.h | 55 unsigned int top:13; member
|
| A D | de_ase.c | 154 ase_dev[sel][chno]->win0.bits.top = window.y; in de_ase_set_window()
|
| A D | de_fcc.c | 158 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 D | fm33lc01x_flash.ld | 120 PROVIDE (_stack_base = _estack - _Stack_Size); /* _estack is top of stack*/ 122 /* _estack is top of stack*/
|
| A D | fm33lc02x_flash.ld | 120 PROVIDE (_stack_base = _estack - _Stack_Size); /* _estack is top of stack*/ 122 /* _estack is top of stack*/
|
| A D | fm33lc04x_flash.ld | 120 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 D | link.sct | 31 ; C-library Stack, placed at the top of RAM, growing downwards
|
| /bsp/renesas/ra6m3-hmi-board/board/ports/avi/ |
| A D | avi_def.h | 46 int16_t top; member
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/ |
| A D | Kconfig | 27 Framebuffer software rotation on the top of disp2. 33 Framebuffer hardware(G2D) rotation on the top of disp2.
|
| /bsp/raspberry-pico/Drivers/ |
| A D | drv_pwm.c | 159 uint32_t period_hz = pwm_hw->slice[slice_num].top; in _pwm_get()
|
| /bsp/maxim/max32660-evsys/board/linker_scripts/ |
| A D | link.lds | 101 /* Set stack top to end of RAM, and stack limit move down by
|
| /bsp/efm32/Libraries/Device/EnergyMicro/EFM32G/Source/GCC/ |
| A D | efm32g.ld | 138 /* Set stack top to end of RAM, and stack limit move down by
|