Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 75) sorted by relevance

123

/bsp/samd21/sam_d2x_asflib/common/utils/membag/
A Dmembag.c77 uint32_t allocated; member
127 membag_list[i].allocated = 0; in membag_init()
279 if (!(smallest_bag->allocated & ((uint32_t)1 << i))) { in membag_alloc()
281 smallest_bag->allocated |= ((uint32_t)1 << i); in membag_alloc()
319 membag_list[i].allocated &= ~((uint32_t)1 << block_index); in membag_free()
/bsp/smartfusion2/CMSIS/startup_arm/
A Dsmartfusion2_esram_debug.sct30 ; First half of RAM allocated to RO Execute and data
39 ; allocated a meemory region in .sct file
42 ; allocated a memory region in .sct file
43 ; Second half of RAM allocated to RW data, heap and stack
A Dsmartfusion2_mddr_debug.sct32 …B (lowest common amount accross dev kits) 32MB - First half of external memory allocated to RO Code
41 ; allocated a meemory region in .sct file
44 ; allocated a memory region in .sct file as is the case below
49 ; 32 MB- Second half of external memory allocated to RW data
A Dsmartfusion2_execute_in_place.sct39 ; allocated a meemory region in .sct file
42 ; allocated a memory region in .sct file
A Dsmartfusion2_relocate_to_external_ram.sct53 ; allocated a meemory region in .sct file
56 ; allocated a memory region in .sct file as is the case below
/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_d_r_h/
A Devents.c87 bool allocated = false; in _events_find_first_free_channel_and_allocate() local
100 allocated = true; in _events_find_first_free_channel_and_allocate()
111 if(!allocated) { in _events_find_first_free_channel_and_allocate()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_l_c/
A Devents.c83 bool allocated = false; in _events_find_first_free_channel_and_allocate() local
96 allocated = true; in _events_find_first_free_channel_and_allocate()
107 if(!allocated) { in _events_find_first_free_channel_and_allocate()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/dma/
A Ddma_sam_b.c140 bool allocated = false; in _dma_find_first_free_channel_and_allocate() local
151 allocated = true; in _dma_find_first_free_channel_and_allocate()
159 if (!allocated) { in _dma_find_first_free_channel_and_allocate()
A Ddma.c96 bool allocated = false; in _dma_find_first_free_channel_and_allocate() local
109 allocated = true; in _dma_find_first_free_channel_and_allocate()
119 if (!allocated) { in _dma_find_first_free_channel_and_allocate()
/bsp/rockchip/common/drivers/
A DKconfig41 the memory will allocate in large heap while the allocated size over this
/bsp/pic32ethernet/
A Dprocdefs.ld25 * Only sections specifically assigned to these regions can be allocated
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/
A Dusb_device_async.rst184 * For OUT endpoints, if the cache is allocated, it's possible to pass unaligned
188 * For IN endpoints, if the cache is allocated, it's possible to pass buffer
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/
A Dusb_device_async.rst184 * For OUT endpoints, if the cache is allocated, it's possible to pass unaligned
188 * For IN endpoints, if the cache is allocated, it's possible to pass buffer
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/CMSIS/HK32F0xx/Source/ARM/
A Dstartup_hk32f031x4x6.s16 ; Amount of memory (in bytes) allocated for Stack
A Dstartup_hk32f030x4x6x8.s15 ; Amount of memory (in bytes) allocated for Stack
A Dstartup_hk32f04ax4x6x8.s15 ; Amount of memory (in bytes) allocated for Stack
/bsp/mm32l07x/Libraries/MM32L0xx/Source/KEIL_StartAsm/
A Dstartup_MM32L0xx.s2 ; Amount of memory (in bytes) allocated for Stack
/bsp/CME_M7/CMSIS/CME_M7/startup/arm/
A Dstartup_cmem7.s25 ; Amount of memory (in bytes) allocated for Stack
/bsp/mm32l3xx/Libraries/MM32L3xx/Source/KEIL_StartAsm/
A Dstartup_MM32L3xx.s2 ; Amount of memory (in bytes) allocated for Stack
/bsp/fujitsu/mb9x/mb9bf500r/CMSIS/
A Dstart_rvds.S13 ; Amount of memory (in bytes) allocated for Stack
/bsp/mm32f103x/Libraries/MM32F103/Source/KEIL_StartAsm/
A Dstartup_MM32F103.s18 ; Amount of memory (in bytes) allocated for Stack
/bsp/stm32/libraries/STM32L1xx_HAL/CMSIS/Device/ST/STM32L1xx/Source/Templates/arm/
A Dstartup_stm32l100xb.s27 ; Amount of memory (in bytes) allocated for Stack
A Dstartup_stm32l151xb.s27 ; Amount of memory (in bytes) allocated for Stack
A Dstartup_stm32l152xb.s27 ; Amount of memory (in bytes) allocated for Stack
A Dstartup_stm32l152xba.s27 ; Amount of memory (in bytes) allocated for Stack

Completed in 41 milliseconds

123